milis/talimatname/genel/libshout/talimat

18 lines
416 B
Plaintext
Raw Normal View History

2017-04-03 13:29:34 +02:00
# Description: 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-04-03 13:29:34 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libvorbis libtheora speex
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
}