updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / suxpanel / PKGBUILD
blob00ba7354dfcaa1ce5322a5e1483868583dcddb39
1 # Contributor: Black_Codec
2 pkgname=suxpanel
3 pkgver=0.4b
4 pkgrel=1
5 pkgdesc="A lightweight X11 desktop panel"
6 arch=(i686)
7 url="http://suxpanel.berlios.de/"
8 license="GPL"
9 depends=('gtk2' 'libwnck')
10 source=(http://download.berlios.de/suxpanel/$pkgname-$pkgver.tar.gz)
11 md5sums=('a89d1b4fde46db553d326ca69c392441')
13 build() {
14     cd $startdir/src/$pkgname-$pkgver/
15     ./configure --prefix=/usr
16     make || return 1
17     make DESTDIR=$startdir/pkg/ install
18     cp ./suxpanel-install.sh $startdir/pkg/usr/share/suxpanel/