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

Antonio Rojas arojas at archlinux.org
Thu Jun 6 20:01:54 UTC 2019


    Date: Thursday, June 6, 2019 @ 20:01:53
  Author: arojas
Revision: 477672

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: gnunet-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 477671, gnunet-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-06-06 20:01:53 UTC (rev 477672)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: wahnby <wahnby at yahoo.fr>
+
+pkgname=gnunet-gtk
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="A frontend for GNUnet"
+arch=('x86_64')
+url="https://gnunet.org"
+license=('GPL')
+depends=('gnunet' 'glade' 'adns')
+makedepends=('pkgconfig')
+source=(https://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
+sha512sums=('c7933fc03067910963c22fd2e7adb125ce19e1cbd1701cdaf9d828f2a8be8620b1ca46fba5832648185e26ae118ceeddbb7c695c2517d81fece064d0fc6376fb')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' configure
+  ./configure --prefix=/usr --with-gnunet=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list