[arch-commits] Commit in gnunet-gtk/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Sep 24 10:13:29 UTC 2013


    Date: Tuesday, September 24, 2013 @ 12:13:29
  Author: spupykin
Revision: 97557

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnunet-gtk/repos/community-staging-i686/
  gnunet-gtk/repos/community-staging-i686/PKGBUILD
    (from rev 97556, gnunet-gtk/trunk/PKGBUILD)
  gnunet-gtk/repos/community-staging-x86_64/
  gnunet-gtk/repos/community-staging-x86_64/PKGBUILD
    (from rev 97556, gnunet-gtk/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: gnunet-gtk/repos/community-staging-i686/PKGBUILD (from rev 97556, gnunet-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-09-24 10:13:29 UTC (rev 97557)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: wahnby <wahnby at yahoo.fr>
+
+pkgname=gnunet-gtk
+pkgver=0.9.5
+pkgrel=2
+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
+}

Copied: gnunet-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 97556, gnunet-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-09-24 10:13:29 UTC (rev 97557)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: wahnby <wahnby at yahoo.fr>
+
+pkgname=gnunet-gtk
+pkgver=0.9.5
+pkgrel=2
+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
+}




More information about the arch-commits mailing list