[arch-commits] Commit in gupnp/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:31:57 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:31:57
Author: ibiru
Revision: 138976
db-move: moved gupnp from [gnome-unstable] to [testing] (i686)
Added:
gupnp/repos/testing-i686/
gupnp/repos/testing-i686/PKGBUILD
(from rev 138832, gupnp/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
gupnp/repos/gnome-unstable-i686/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: gupnp/repos/testing-i686/PKGBUILD (from rev 138832, gupnp/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:31:57 UTC (rev 138976)
@@ -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