1 # Contributor: Maato <maato softwarebakery com>
5 pkgdesc="Volume control for your system tray."
7 url="http://softwarebakery.com/maato/volumeicon.html"
9 depends=('gtk2>=2.16.0' 'alsa-lib' 'libx11')
10 source=(http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz)
11 md5sums=('7fd6dffba823e9c529d151d4789ff992')
14 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr
18 make DESTDIR="$pkgdir/" install