[arch-commits] Commit in libnice/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Mar 1 15:01:41 UTC 2011


    Date: Tuesday, March 1, 2011 @ 10:01:41
  Author: ibiru
Revision: 111874

upgpkg: libnice 0.1.0-1
update to 0.1.0

Modified:
  libnice/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 15:01:01 UTC (rev 111873)
+++ PKGBUILD	2011-03-01 15:01:41 UTC (rev 111874)
@@ -3,8 +3,8 @@
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=libnice
-pkgver=0.0.13
-pkgrel=3
+pkgver=0.1.0
+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"
@@ -12,7 +12,7 @@
 depends=('gstreamer0.10')
 options=('!libtool')
 source=(http://nice.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e5b9f799a57cb939ea2658ec35253ab9')
+md5sums=('c077e2aa74c9afb4b4e157efc8a6ad9d')
 
 build() {
 #  export CFLAGS="$CFLAGS -fno-strict-aliasing"
@@ -20,7 +20,9 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --disable-static
   make
-  #make sure that all tests pass
-#  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list