updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / xbelld / PKGBUILD
blob433e3b817416e7721aa42782c4e4cd2882452f7f
1 # Maintainer: Scott Smith <jcdenton513@gmail.com>
2 # Contributor: tuxce <tuxce.net@gmail.com>
3 # Contributor: teddy_beer_maniac <teddy_beer_maniac@wp.pl>
5 pkgname=xbelld
6 pkgver=0.3.3
7 pkgrel=2
8 pkgdesc="X daemon that performs an action every time the bell is rung"
9 url="http://code.google.com/p/xbelld/"
10 arch=('i686' 'x86_64')
11 license=('GPL3')
12 depends=('xorg-server' 'pkgconfig' 'alsa-lib')
13 source=(http://xbelld.googlecode.com/files/xbelld-${pkgver}.tbz2)
14 md5sums=('d6c9b96ac5ccd4a3072e4c9e7add6547')
16 build() {
17         cd $startdir/src/$pkgname-$pkgver
18         LDFLAGS="" make || return 1
19         install -m755 -D xbelld ${pkgdir}/usr/bin/xbelld
20         install -m644 -D xbelld.1 ${pkgdir}/usr/share/man/man1/xbelld.1