1 # Maintainer: Scott Smith <jcdenton513@gmail.com>
2 # Contributor: tuxce <tuxce.net@gmail.com>
3 # Contributor: teddy_beer_maniac <teddy_beer_maniac@wp.pl>
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')
12 depends=('xorg-server' 'pkgconfig' 'alsa-lib')
13 source=(http://xbelld.googlecode.com/files/xbelld-${pkgver}.tbz2)
14 md5sums=('d6c9b96ac5ccd4a3072e4c9e7add6547')
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