summaryrefslogtreecommitdiff
path: root/extra/libnice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libnice/PKGBUILD')
-rw-r--r--extra/libnice/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/libnice/PKGBUILD b/extra/libnice/PKGBUILD
index c9f09791c..b46074046 100644
--- a/extra/libnice/PKGBUILD
+++ b/extra/libnice/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: William Díaz <wdiaz@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 @@ license=('LGPL')
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 @@ build() {
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
}