summaryrefslogtreecommitdiff
path: root/community/gnunet-gtk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gnunet-gtk
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gnunet-gtk')
-rw-r--r--community/gnunet-gtk/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD
deleted file mode 100644
index 618d79414..000000000
--- a/community/gnunet-gtk/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 81579 2012-12-24 15:01:10Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: wahnby <wahnby@yahoo.fr>
-
-pkgname=gnunet-gtk
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="A frontend for GNUnet"
-arch=('i686' 'x86_64')
-url="http://gnunet.org"
-options=('!libtool')
-license=('GPL')
-depends=('gnunet' 'glade' 'adns')
-makedepends=('pkgconfig')
-source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
-md5sums=('2e48a1e92de99b14c936a270bb05309a')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --with-gnunet=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- mv $pkgdir/usr/share/doc/gnunet $pkgdir/usr/share/doc/gnunet-gtk
-}