[arch-commits] Commit in gnunet-gtk/repos (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Dec 25 12:27:30 UTC 2013
Date: Wednesday, December 25, 2013 @ 13:27:30
Author: spupykin
Revision: 102993
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 102992, gnunet-gtk/trunk/PKGBUILD)
gnunet-gtk/repos/community-staging-x86_64/
gnunet-gtk/repos/community-staging-x86_64/PKGBUILD
(from rev 102992, gnunet-gtk/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: gnunet-gtk/repos/community-staging-i686/PKGBUILD (from rev 102992, gnunet-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-25 12:27:30 UTC (rev 102993)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: wahnby <wahnby at yahoo.fr>
+
+pkgname=gnunet-gtk
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A frontend for GNUnet"
+arch=('i686' 'x86_64')
+url="http://gnunet.org"
+license=('GPL')
+depends=('gnunet' 'glade' 'adns')
+makedepends=('pkgconfig')
+source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
+md5sums=('1a036f1956460cc1ea4c34f1b19bb6b1')
+
+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 102992, gnunet-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-12-25 12:27:30 UTC (rev 102993)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: wahnby <wahnby at yahoo.fr>
+
+pkgname=gnunet-gtk
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A frontend for GNUnet"
+arch=('i686' 'x86_64')
+url="http://gnunet.org"
+license=('GPL')
+depends=('gnunet' 'glade' 'adns')
+makedepends=('pkgconfig')
+source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
+md5sums=('1a036f1956460cc1ea4c34f1b19bb6b1')
+
+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