From 32295a9faf0f964a313a84bb5a4e3fdeaf15e72f Mon Sep 17 00:00:00 2001 From: Han Boetes Date: Mon, 13 Nov 2006 21:12:21 +0100 Subject: abiword: initial release --- libshout/Pkgfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libshout/Pkgfile (limited to 'libshout/Pkgfile') diff --git a/libshout/Pkgfile b/libshout/Pkgfile new file mode 100644 index 000000000..d1fdc36cf --- /dev/null +++ b/libshout/Pkgfile @@ -0,0 +1,25 @@ +# Description: library for communicating with an icecast server +# URL: http://www.icecast.org/ +# Maintainer: Han Boetes +# Packager: Han Boetes +# 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/ +} -- cgit v1.2.3