updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / screenalert / PKGBUILD
blob063e5881e7a2266049e38c41c4a3ea1fd51e7b19
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 depends=('gtk2')
9 source=(http://dl.sourceforge.net/sourceforge/screenalert/$pkgname-$pkgver.tar.bz2)
10 md5sums=('8348e0951c43a2e15278b8e2a5f294b9')
12 build() {
13  cd $startdir/src/$pkgname-$pkgver
14  ./configure --prefix=/usr
15  make || return 1
16  make prefix=$startdir/pkg/usr install
17