diff options
Diffstat (limited to 'libshout/Pkgfile')
-rw-r--r-- | libshout/Pkgfile | 25 |
1 files changed, 25 insertions, 0 deletions
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 <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/ +} |