Date: Wednesday, April 18, 2012 @ 10:31:25
  Author: ibiru
Revision: 156465

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libnice/repos/testing-i686/
  libnice/repos/testing-i686/PKGBUILD
    (from rev 156464, libnice/trunk/PKGBUILD)
  libnice/repos/testing-x86_64/
  libnice/repos/testing-x86_64/PKGBUILD
    (from rev 156464, libnice/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libnice/repos/testing-i686/PKGBUILD (from rev 156464, 
libnice/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-04-18 14:31:25 UTC (rev 156465)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 500 2009-08-01 11:44:28Z ibiru $
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: William Díaz <[email protected]>
+
+pkgname=libnice
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+arch=('i686' 'x86_64')
+url="http://nice.freedesktop.org";
+license=('LGPL')
+depends=('gstreamer0.10')
+options=('!libtool')
+source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('1914dd98380dd68632d3d448cc23f1e8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libnice/repos/testing-x86_64/PKGBUILD (from rev 156464, 
libnice/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-04-18 14:31:25 UTC (rev 156465)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 500 2009-08-01 11:44:28Z ibiru $
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: William Díaz <[email protected]>
+
+pkgname=libnice
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+arch=('i686' 'x86_64')
+url="http://nice.freedesktop.org";
+license=('LGPL')
+depends=('gstreamer0.10')
+options=('!libtool')
+source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('1914dd98380dd68632d3d448cc23f1e8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to