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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:37 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:37
  Author: heftig
Revision: 182538

db-move: moved gupnp-av from [staging] to [testing] (i686, x86_64)

Added:
  gupnp-av/repos/testing-i686/
  gupnp-av/repos/testing-i686/PKGBUILD
    (from rev 182430, gupnp-av/repos/staging-i686/PKGBUILD)
  gupnp-av/repos/testing-x86_64/
  gupnp-av/repos/testing-x86_64/PKGBUILD
    (from rev 182430, gupnp-av/repos/staging-x86_64/PKGBUILD)
Deleted:
  gupnp-av/repos/staging-i686/
  gupnp-av/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: gupnp-av/repos/testing-i686/PKGBUILD (from rev 182430, gupnp-av/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:13:37 UTC (rev 182538)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.12.1
+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 vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gupnp-av/repos/testing-x86_64/PKGBUILD (from rev 182430, gupnp-av/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:13:37 UTC (rev 182538)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.12.1
+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 vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list