18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
# Tanım: Shoutcast / icecast sunucusuna erişmek için kullanılan kitaplık
|
||
# URL: http://www.icecast.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: libvorbis libtheora speex
|
||
|
||
isim=libshout
|
||
surum=2.4.1
|
||
devir=1
|
||
|
||
kaynak=(http://downloads.xiph.org/releases/$isim/$isim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|