contrib/libshout/Pkgfile

24 lines
504 B
Plaintext
Raw Normal View History

2007-09-24 02:46:11 +02:00
# Description: Library for communicating with an icecast server.
2006-12-20 07:55:17 +01:00
# URL: http://www.icecast.org/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-20 07:55:17 +01:00
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: libvorbis
name=libshout
version=2.2.2
release=1
2007-09-24 02:46:11 +02:00
source=(http://downloads.us.xiph.org/releases/libshout/libshout-$version.tar.gz)
2006-12-20 07:55:17 +01:00
build() {
2007-09-24 02:46:11 +02:00
cd libshout-$version
2006-12-20 07:55:17 +01:00
./configure \
--prefix=/usr \
--disable-nls
2007-09-24 02:46:11 +02:00
make
make install DESTDIR=$PKG
2006-12-20 07:55:17 +01:00
rm -r $PKG/usr/share/doc/
}