# $Id: PKGBUILD 43132 2011-03-24 08:17:21Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: wahnby pkgname=gnunet-gtk pkgver=0.9.0pre2 pkgrel=1 pkgdesc="A frontend for GNUnet" arch=('i686' 'x86_64' 'mips64el') 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=('2aab6fcf5a40cfdef481a7e17b150c0b') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --with-gnunet=/usr --disable-libgksu2 make make DESTDIR=$pkgdir install }