contrib/libshout/Pkgfile
2008-03-26 13:58:45 +11:00

24 lines
504 B
Plaintext

# Description: Library for communicating with an icecast server.
# URL: http://www.icecast.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: libvorbis
name=libshout
version=2.2.2
release=1
source=(http://downloads.us.xiph.org/releases/libshout/libshout-$version.tar.gz)
build() {
cd libshout-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc/
}