[arch-commits] Commit in gupnp-igd/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Thu Mar 21 23:04:13 UTC 2013


    Date: Friday, March 22, 2013 @ 00:04:13
  Author: heftig
Revision: 180485

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gupnp-igd/repos/gnome-unstable-i686/
  gupnp-igd/repos/gnome-unstable-i686/PKGBUILD
    (from rev 180484, gupnp-igd/trunk/PKGBUILD)
  gupnp-igd/repos/gnome-unstable-x86_64/
  gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 180484, gupnp-igd/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: gupnp-igd/repos/gnome-unstable-i686/PKGBUILD (from rev 180484, gupnp-igd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-21 23:04:13 UTC (rev 180485)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: William Díaz <wdiaz [at] archlinux [dot] us>
+
+pkgname=gupnp-igd
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="A library to handle UPnP IGD port mapping"
+arch=(i686 x86_64)
+url="http://www.gupnp.org"
+license=(LGPL)
+depends=(gupnp python2-gobject2)
+makedepends=(gettext)
+options=('!libtool' '!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180484, gupnp-igd/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-21 23:04:13 UTC (rev 180485)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: William Díaz <wdiaz [at] archlinux [dot] us>
+
+pkgname=gupnp-igd
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="A library to handle UPnP IGD port mapping"
+arch=(i686 x86_64)
+url="http://www.gupnp.org"
+license=(LGPL)
+depends=(gupnp python2-gobject2)
+makedepends=(gettext)
+options=('!libtool' '!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list