summaryrefslogtreecommitdiff
path: root/extra/gupnp-igd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
committerroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
commit24152c3ea77087edccf017c13d44904a75799ff7 (patch)
tree65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/gupnp-igd
parent5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff)
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/gupnp-igd')
-rw-r--r--extra/gupnp-igd/PKGBUILD25
1 files changed, 12 insertions, 13 deletions
diff --git a/extra/gupnp-igd/PKGBUILD b/extra/gupnp-igd/PKGBUILD
index 45297def4..9658f1f09 100644
--- a/extra/gupnp-igd/PKGBUILD
+++ b/extra/gupnp-igd/PKGBUILD
@@ -1,33 +1,32 @@
-# $Id: PKGBUILD 183422 2013-04-21 22:11:03Z heftig $
+# $Id: PKGBUILD 197430 2013-10-25 20:13:38Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
-# Contributor: William Díaz <wdiaz [at] archlinux [dot] us>
pkgname=gupnp-igd
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A library to handle UPnP IGD port mapping"
-arch=(i686 x86_64)
+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)
+license=('LGPL')
+depends=('gupnp' 'python2-gobject2')
+makedepends=('gobject-introspection')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
build() {
- cd $pkgname-$pkgver
+ cd ${pkgname}-${pkgver}
PYTHON=python2 ./configure --prefix=/usr
make
}
check() {
- cd $pkgname-$pkgver
+ cd ${pkgname}-${pkgver}
make check
}
package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}