updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / screenalert / PKGBUILD
blob991e04c02c14cca912c5e8dfedb27a317c3be34b
1 # Contributor: Tomas Kopecny <georgo10 at gmail.com>
3 pkgname=screenalert
4 pkgver=0.1
5 pkgrel=2
6 pkgdesc="Screenalert, are notifications windows styled, every user/program can send an alert on your display."
7 url="http://sourceforge.net/projects/screenalert/"
8 arch=('i686')
9 depends=('gtk2')
10 source=(http://ignum.dl.sourceforge.net/project/screenalert/ScreenAlert/0.1%20-%20beta/$pkgname-$pkgver.tar.bz2)
11 license=('GLP')
12 md5sums=('8348e0951c43a2e15278b8e2a5f294b9')
14 build() {
15  cd $startdir/src/$pkgname-$pkgver
16  ./configure --prefix=/usr
17  make || return 1
18  make prefix=$startdir/pkg/usr install
19