updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / led-notification / PKGBUILD
blob88fd715f0755a9258d8a2186c1cd1b3253bde5a2
1 # Contributor: Mattheus Happe <mhappe@gmail.com>
2 pkgname=led-notification
3 pkgver=0.1
4 pkgrel=2
5 pkgdesc="If you have a led or anything else on your computer that is controlled by writing '1' or '0' into a file, then you can use it for Pidgin notifications with this plugin."
6 arch=(i686 x86_64)
7 url="http://simo.h.mattila.googlepages.com/led-notification"
8 license=('GPL')
9 depends=('pidgin')
10 source=(http://simo.h.mattila.googlepages.com/${pkgname}-${pkgver}.tar.bz2)
11 md5sums=('12aa9ffcd8fd7392126999d08b092150')
13 build() {
14      cd $startdir/src/$pkgname-$pkgver
15      make || return 1
16      mkdir -p $startdir/pkg/usr/lib/pidgin
17      install -m 755 -D led-notification.so $startdir/pkg/usr/lib/pidgin