updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / compa / PKGBUILD
blob4f7c5a27092226b25c1117a1b573614a31e0d014
1 # Maintainer: Joe Lightning <joe@joelightning.com>
2 pkgname='compa'
3 pkgver='0.98'
4 pkgrel='1'
5 pkgdesc="A Gnome panel applet that displays the output of a system command."
6 arch=('any')
7 url="http://code.google.com/p/compa/"
8 license=('GPLv2')
9 depends=('gnome-panel')
10 install='hint.install'
11 source=("http://compa.googlecode.com/files/$pkgname-$pkgver.tar.gz")
12 md5sums=('41af30b588d1d8d3a2d8a6afcdf3008e') #generate with 'makepkg -g'
14 function build
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 function package
24   cd "$srcdir/$pkgname-$pkgver"
26   make DESTDIR="$pkgdir/" install