milis/talimatname/genel/l/libnice/talimat

20 lines
442 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: IETF'nin ICE taslağının bir uygulaması (p2p UDP veri akışları için)
2016-02-24 01:27:23 +01:00
# URL: http://people.suug.ch/~tgr/libnl
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: glib gstreamer1-plugins-base
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libnice
surum=0.1.13
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://nice.freedesktop.org/releases/$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--without-gstreamer-0.10 \
--disable-static
make
make DESTDIR=$PKG install
}