[arch-commits] Commit in gupnp-av/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:59:23 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:59:22
  Author: ibiru
Revision: 139358

db-move: moved gupnp-av from [testing] to [extra] (x86_64)

Added:
  gupnp-av/repos/extra-x86_64/
  gupnp-av/repos/extra-x86_64/PKGBUILD
    (from rev 139207, gupnp-av/repos/testing-x86_64/PKGBUILD)
Deleted:
  gupnp-av/repos/testing-x86_64/

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

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 139207, gupnp-av/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:59:22 UTC (rev 139358)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=('i686' 'x86_64')
+url="http://gupnp.org/"
+license=('LGPL')
+depends=('gupnp')
+makedepends=('gobject-introspection' 'gtk-doc')
+options=('!libtool')
+source=(http://gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz)
+sha256sums=('e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./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