summaryrefslogtreecommitdiff
path: root/extra/libnice
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
committerroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
commita247f0004e94d32b5fe69a5123e1c6684d8cf096 (patch)
treeb501a4766eb2372f2185494535bf7f5900510d22 /extra/libnice
parent9c9a534c011e220f1fcdc4bd56c21d7d8cfc94a1 (diff)
Fri Apr 26 00:59:18 PDT 2013
Diffstat (limited to 'extra/libnice')
-rw-r--r--extra/libnice/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libnice/PKGBUILD b/extra/libnice/PKGBUILD
index 05890543b..ba09e3f27 100644
--- a/extra/libnice/PKGBUILD
+++ b/extra/libnice/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Díaz <wdiaz@archlinux.us>
pkgname=libnice
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
arch=('i686' 'x86_64')
@@ -14,15 +14,15 @@ makedepends=('gstreamer' 'gstreamer0.10')
optdepends=('gstreamer' 'gstreamer0.10')
options=('!libtool')
source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('315c457b092980a4a9a0bea9f0723cce')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --disable-static
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-md5sums=('1a0907605f852dcda32a3b3daf38d36c')