updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / pancake / PKGBUILD
blobdf5a78590dc16c16c6d9c29a54772015daea2ecd
1 # Contributor: Simon Brakhane <simon.brakhane at web dot de>
3 pkgname=pancake
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="pancake is a highly configurable, modular, themeable, GTK+-2.0-driven panel for X11"
7 arch=('i686' 'x86_64')
8 url="http://www.failedprojects.de/pancake/"
9 license=('GPL')
10 depends=('gtk2' 'libwnck' 'confuse')
11 source=(http://failedprojects.de/attachments/download/7/$pkgname-$pkgver.tar.bz2)
12 md5sums=('fe91fb634dbe75341d58dd02f4f9081e')
13 conflicts=('pancake-git')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
17   ./configure --prefix=/usr
18   make || return 1
19   make DESTDIR=$pkgdir install || return 1