contrib/libshout/Pkgfile
2006-11-13 21:12:21 +01:00

26 lines
563 B
Plaintext

# Description: library for communicating with an icecast server
# URL: http://www.icecast.org/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libvorbis
name=libshout
version=2.2
release=1
source="
http://downloads.us.xiph.org/releases/libshout/$name-$version.tar.gz
$name.patch
"
build()
{
cd $name-$version
patch -p0 < $SRC/$name.patch
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/share/doc/
}