updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / tangerine / PKGBUILD
blobb6f14f60b563c5798e777af5e7c2e70a13c5e137
1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Contributor: William Rea <sillywilly@gmail.com>
3 # Contributer: MutantMonkey <mutantmonkey@gmail.com>
5 pkgname=tangerine
6 pkgver=0.3.2.2
7 pkgrel=5
8 pkgdesc="An application that allows you to publish music over the local network using DAAP"
9 arch=('i686' 'x86_64')
10 url="https://launchpad.net/tangerine"
11 license=('GPL3')
12 # tangerine wants to use its own daap-sharp for some reason      
13 depends=('gtk-sharp-2' 'libsm' 'log4net' 'nini' 'intltool' 'taglib-sharp' 'mono-zeroconf' 'ndesk-dbus' 'ndesk-dbus-glib')
14 makedepends=('pkgconfig>=0.9')
15 source=(http://launchpad.net/$pkgname/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
16 md5sums=('65780476621ab082f4dad9d2be0793da')
17 sha256sums=('9c436f476966d6cd4dc1f23cce452fa6000f908e7f0cba0aa19c19983f2d11dd')
19 build() {
20         cd $pkgname-$pkgver
22         ./configure --prefix=/usr
23         make || return 1
24         make DESTDIR="${pkgdir}/" install || return 1
26         # remove daap-sharp pkgconfig
27         rm ${pkgdir}/usr/lib/pkgconfig/daap-sharp.pc