updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / gtk2panel / PKGBUILD
blobc66bc5f8887ec3df9914ed737cc2bebe96d9cbaa
1 # Maintainer: Nicola Fontana <ntd at entidi.it>
3 pkgname=gtk2panel
4 pkgver=0.1.0
5 pkgrel=2
6 pkgdesc="A bleeding edge panel heavily based on the Gtk+2 stack"
7 arch=('i686' 'x86_64')
8 url="http://gtk2panel.entidi.com/"
9 license=('LGPL')
10 depends=('gtk2>=2.16.0' 'libwnck')
11 makedepends=('glade>=3.6.0')
12 optdepends=('glade>=3.6.0: panel editing support')
13 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
14 md5sums=('3490eb37dc3e465f0b9f55bc69d0479d')
16 build() {
17     cd $srcdir/$pkgname-$pkgver
18     ./configure --prefix=/usr --enable-libwnck --enable-glade || return 1
19     make DESTDIR=$pkgdir install || return 1