updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / indicator-sound-gtk2 / PKGBUILD
bloba40a5792fe91b0c26c8d4798c9b8b5206d23f5b8
1 # Maintainer: Balló György <ballogy@freestart.hu>
2 _pkgname=indicator-sound
3 pkgname=indicator-sound-gtk2
4 pkgver=0.8.0.0
5 pkgrel=1
6 pkgdesc="A unified sound menu (GTK+ 2 library for Xfce/LXDE)"
7 arch=('i686' 'x86_64')
8 url="https://launchpad.net/indicator-sound"
9 license=('GPL')
10 depends=('indicator-sound')
11 true && depends=('indicator-sound' 'libindicator>=0.3.19' 'libdbusmenu-gtk2>=0.3.101' 'ido>=0.1.11')
12 makedepends=('intltool>=0.35.0' 'vala>=0.11.2')
13 options=(!libtool)
14 source=(http://launchpad.net/$_pkgname/fifth/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
15 md5sums=('32ba67340776153e376fc8ee06cda03f')
17 build() {
18   cd "$srcdir/$_pkgname-$pkgver"
20   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_pkgname \
21               --disable-static --disable-schemas-compile --with-gtk=2
22   make
25 package() {
26   cd "$srcdir/$_pkgname-$pkgver"
28   make -C src DESTDIR="$pkgdir/" install-soundmenulibLTLIBRARIES