Date: Monday, September 5, 2011 @ 14:39:37
  Author: heftig
Revision: 137056

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

Added:
  gupnp-av/repos/gnome-unstable-i686/
  gupnp-av/repos/gnome-unstable-i686/PKGBUILD
    (from rev 137054, gupnp-av/trunk/PKGBUILD)
  gupnp-av/repos/gnome-unstable-x86_64/
  gupnp-av/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 137055, gupnp-av/trunk/PKGBUILD)

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

Copied: gupnp-av/repos/gnome-unstable-i686/PKGBUILD (from rev 137054, 
gupnp-av/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2011-09-05 18:39:37 UTC (rev 137056)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <[email protected]>
+# Contributor: Thijs Vermeir <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+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
+}

Copied: gupnp-av/repos/gnome-unstable-x86_64/PKGBUILD (from rev 137055, 
gupnp-av/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2011-09-05 18:39:37 UTC (rev 137056)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <[email protected]>
+# Contributor: Thijs Vermeir <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+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
+}

Reply via email to