milis/talimatname/genel/l/libnice/talimat

21 lines
462 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: IETF'nin ICE taslağının bir uygulaması (p2p UDP veri akışları için)
# URL: http://people.suug.ch/~tgr/libnl
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: glib gstreamer1-plugins-base
2018-08-03 14:58:24 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=libnice
surum=0.1.13
devir=1
kaynak=(http://nice.freedesktop.org/releases/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--without-gstreamer-0.10 \
--disable-static
make
make DESTDIR=$PKG install
}