diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-26 13:21:55 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-26 13:21:55 -0300 |
commit | 60e119a0f3297314f4bcd2b2b821eccd28992cd6 (patch) | |
tree | 83078f34ba0e5220164fe3f3b5cdff27ce87aaf9 /community/gnunet | |
parent | 8aa6cf7dacd74c155e7b2dd7af68a5cb4460e5b3 (diff) | |
parent | 21efc9511d14394cc1d8426e2e0a6c668964fbe9 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/lightspark/PKGBUILD
community/camlp5/PKGBUILD
community/gnote/PKGBUILD
community/gtk-gnutella/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/koffice/PKGBUILD
extra/pyopenssl/PKGBUILD
extra/virtuoso/PKGBUILD
gnome-unstable/empathy/PKGBUILD
gnome-unstable/epiphany/PKGBUILD
gnome-unstable/folks/PKGBUILD
gnome-unstable/gdm/PKGBUILD
gnome-unstable/gjs/PKGBUILD
gnome-unstable/gnome-games/PKGBUILD
gnome-unstable/gnome-session/PKGBUILD
gnome-unstable/gnome-shell/PKGBUILD
gnome-unstable/gobject-introspection/PKGBUILD
gnome-unstable/gthumb/PKGBUILD
gnome-unstable/libgnomekbd/PKGBUILD
gnome-unstable/libpeas/PKGBUILD
gnome-unstable/mutter/PKGBUILD
gnome-unstable/totem/PKGBUILD
multilib/lib32-libffi/PKGBUILD
multilib/wine/PKGBUILD
testing/xorg-server/PKGBUILD
Diffstat (limited to 'community/gnunet')
-rw-r--r-- | community/gnunet/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 1de036745..736657c44 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43135 2011-03-24 08:18:05Z spupykin $ +# $Id: PKGBUILD 55840 2011-09-23 16:14:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> pkgname=gnunet -pkgver=0.9.0pre2 +pkgver=0.9.0pre3 pkgrel=1 pkgdesc="A framework for secure peer-to-peer networking" arch=('i686' 'x86_64' 'mips64el') @@ -16,19 +16,19 @@ backup=(etc/gnunetd.conf) options=('!libtool' '!makeflags') source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz gnunet.rc - gnunet.conf.d - build-fix.patch) -md5sums=('a4d0fad4f6fc6b520b3b73ee54167270' + gnunet.conf.d) +md5sums=('34665809d6913a54547b19dcd260a951' '0d62ab7f2a28af3ac082015696ee6ef3' - 'f161b46915736e4017e77ad735521453' - 'c646e634754e29004bb569873a270bf1') + 'f161b46915736e4017e77ad735521453') build() { cd $srcdir/gnunet-$pkgver - unset LDFLAGS - patch -p1 <$srcdir/build-fix.patch [ -f Makefile ] || ./configure --prefix=/usr --without-mysql make +} + +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 |