diff options
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r-- | community/gnunet/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 2d573613f..ae15ac88f 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56776 2011-10-12 06:43:47Z ibiru $ +# $Id: PKGBUILD 59848 2011-12-01 08:06:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> pkgname=gnunet -pkgver=0.9.0pre3 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A framework for secure peer-to-peer networking" arch=('i686' 'x86_64') url="http://gnunet.org" @@ -15,10 +15,12 @@ backup=(etc/gnunetd.conf) options=('!libtool' '!makeflags') source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz gnunet.rc - gnunet.conf.d) -md5sums=('34665809d6913a54547b19dcd260a951' + gnunet.conf.d + defaults.conf) +md5sums=('e114291bbaf92de085a0ac6f2bfbe54c' '0d62ab7f2a28af3ac082015696ee6ef3' - 'f161b46915736e4017e77ad735521453') + 'f161b46915736e4017e77ad735521453' + '0fe23b2ca5b3fc47a0b5645e04406da0') build() { cd $srcdir/gnunet-$pkgver @@ -31,6 +33,6 @@ package() { 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/gnunet-$pkgver/contrib/defaults.conf $pkgdir/etc/gnunetd.conf + 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 } |