milis/talimatname/genel/l/libshout/talimat

18 lines
409 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
name=libshout
version=2.3.1
release=1
source=(http://downloads.xiph.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}