# $Id: PKGBUILD 55842 2011-09-23 16:15:44Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: wahnby pkgname=gnunet-gtk pkgver=0.9.0pre3 pkgrel=1 pkgdesc="A frontend for GNUnet" arch=('i686' 'x86_64') url="http://gnunet.org" options=('!libtool') license=('GPL') depends=('gnunet' 'libnotify' 'libglade' 'adns') makedepends=('pkgconfig' 'glade') source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz) md5sums=('42f90a00aee541cef576ead682d7fb44') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --with-gnunet=/usr --disable-libgksu2 make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }