contrib/libshout/Pkgfile

24 lines
481 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/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-12-20 07:55:17 +01:00
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: libvorbis
name=libshout
2012-08-21 17:28:29 +02:00
version=2.3.1
2006-12-20 07:55:17 +01:00
release=1
2012-02-07 09:51:41 +01:00
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
2006-12-20 07:55:17 +01:00
build() {
2012-02-07 09:51:41 +01:00
cd $name-$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/
}