summaryrefslogtreecommitdiff
path: root/community/gnunet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r--community/gnunet/PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index bbd4c1c58..365205720 100644
--- a/community/gnunet/PKGBUILD
+++ b/community/gnunet/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84387 2013-02-17 20:28:03Z spupykin $
+# $Id: PKGBUILD 90671 2013-05-13 14:25:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet
pkgver=0.9.5_a
-pkgrel=1
+pkgrel=2
pkgdesc="A framework for secure peer-to-peer networking"
arch=('i686' 'x86_64' 'mips64el')
url="http://gnunet.org"
@@ -16,14 +16,10 @@ backup=(etc/gnunetd.conf)
options=('!libtool' '!makeflags')
install=gnunet.install
source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
- gnunet.rc
gnunet.service
- gnunet.conf.d
defaults.conf)
md5sums=('b0e204cf9711f9799baaeb477992e66a'
- '5baf691913b007fb33e365239e3f7217'
'54cce3d2415d95b2e5bd1bd88db3a0ea'
- 'f161b46915736e4017e77ad735521453'
'0fe23b2ca5b3fc47a0b5645e04406da0')
build() {
@@ -36,8 +32,6 @@ build() {
package() {
cd $srcdir/gnunet-${pkgver/_/}
make DESTDIR=$pkgdir install
- install -D -m0755 $srcdir/gnunet.rc $pkgdir/etc/rc.d/gnunetd
- install -D -m0644 $srcdir/gnunet.conf.d $pkgdir/etc/conf.d/gnunetd
install -D -m0644 $srcdir/defaults.conf $pkgdir/etc/gnunetd.conf
rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* $pkgdir/usr/include/ltdl.h
install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service