summaryrefslogtreecommitdiff
path: root/community/gnunet-setup/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnunet-setup/PKGBUILD')
-rw-r--r--community/gnunet-setup/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/gnunet-setup/PKGBUILD b/community/gnunet-setup/PKGBUILD
deleted file mode 100644
index c7b24d039..000000000
--- a/community/gnunet-setup/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 59037 2011-11-20 20:44:42Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=gnunet-setup
-pkgver=0.9.0pre2
-pkgrel=1
-pkgdesc="setup tool for gnunet"
-arch=(i686 x86_64)
-url="http://gnunet.org/"
-license=('GPL')
-depends=('gnunet')
-#source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-setup-$pkgver.tar.gz)
-source=(http://ftp.archlinux.org/other/community/gnunet-setup/gnunet-setup-$pkgver.tar.gz)
-md5sums=('b9c768fb2278b19561654c261f98062f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i 's#gladeui-1#gladeui-2#' configure
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}