[arch-commits] Commit in gupnp/repos (extra-i686 extra-i686/PKGBUILD testing-i686)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 18:59:20 UTC 2011
Date: Saturday, October 1, 2011 @ 14:59:20
Author: ibiru
Revision: 139355
db-move: moved gupnp from [testing] to [extra] (i686)
Added:
gupnp/repos/extra-i686/
gupnp/repos/extra-i686/PKGBUILD
(from rev 139207, gupnp/repos/testing-i686/PKGBUILD)
Deleted:
gupnp/repos/testing-i686/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 139207, gupnp/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:59:20 UTC (rev 139355)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=('i686' 'x86_64')
+url="http://gupnp.org/"
+license=('LGPL')
+depends=('gssdp')
+makedepends=('gobject-introspection' 'gtk-doc')
+optdepends=('python2: gupnp-binding-tool')
+options=('!libtool')
+source=(http://gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz)
+sha256sums=('f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list