summaryrefslogtreecommitdiff
path: root/community/gnunet-gtk/PKGBUILD
blob: f9f09a391f8cc1a6a4d0940d5158a5622afe7f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 55842 2011-09-23 16:15:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>

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
}