milis/talimatname/genel/libnice/talimat

20 lines
450 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: An implementation of the IETF's draft ICE (for p2p UDP data streams)
# URL: http://people.suug.ch/~tgr/libnl
2016-07-22 23:57:02 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: glib gstreamer1-plugins-base
name=libnice
version=0.1.13
release=1
source=(http://nice.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--without-gstreamer-0.10 \
--disable-static
make
make DESTDIR=$PKG install
}