updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / gstpw / PKGBUILD
blobf6c7d28c4ec14ec6753ec9844366973495688ebe
1 # Maintainer: Lucas Canonaco <canolucas at gmail dot com>
2 pkgname=gstpw
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="Cool stopwatch program"
6 arch=('any')
7 url="http://code.google.com/p/gstpw/"
8 license=('GPL')
9 depends=('gtk2' 'libglade')
10 source=(http://gstpw.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('deeddfbe79d12a30859ffaf1d029d2fc')
12 build() {
13 cd $srcdir/$pkgname
14 ./configure --prefix=/usr
15 make || return 1
16 make DESTDIR=$pkgdir install || return 1