diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-11-13 21:12:21 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-11-13 21:12:21 +0100 |
commit | 32295a9faf0f964a313a84bb5a4e3fdeaf15e72f (patch) | |
tree | 48bd60cc85026b7f5effe956cd01e09d1e66234c /libshout/Pkgfile | |
parent | 4d6af94f215944409f18f85d1804bc04c3d32efd (diff) | |
download | contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.gz contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.xz |
abiword: initial release
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/ +} |