1 # Contributor: Simon Brakhane <simon.brakhane at web dot de>
6 pkgdesc="pancake is a highly configurable, modular, themeable, GTK+-2.0-driven panel for X11"
8 url="http://www.failedprojects.de/pancake/"
10 depends=('gtk2' 'libwnck' 'confuse')
11 source=(http://failedprojects.de/attachments/download/7/$pkgname-$pkgver.tar.bz2)
12 md5sums=('fe91fb634dbe75341d58dd02f4f9081e')
13 conflicts=('pancake-git')
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$pkgdir install || return 1