contrib/libshout/Pkgfile

26 lines
576 B
Plaintext

# Description: Library for communicating with an icecast server.
# URL: https://www.icecast.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libtheora openssl speex
name=libshout
version=2.4.3
release=1
source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz
corrected-blocking-state.patch
icy-port-increment.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/corrected-blocking-state.patch
patch -p1 -i $SRC/icy-port-increment.patch
./configure --prefix=/usr
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}