milis/talimatname/genel/l/libshout/talimat

18 lines
405 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Shoutcast / icecast sunucusuna erişmek için kullanılan kitaplık
2016-02-24 01:27:23 +01:00
# URL: http://www.icecast.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libvorbis libtheora speex
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libshout
2017-11-27 23:36:31 +01:00
surum=2.4.1
2017-10-28 14:10:23 +02:00
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://downloads.xiph.org/releases/$isim/$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-11-27 23:36:31 +01:00
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}