summaryrefslogtreecommitdiff
path: root/libshout/Pkgfile
blob: 0629ba572f402d5cc997a5c2c4125e22c242f7cb (plain)
    1 # Description: Library for communicating with an icecast server.
    2 # URL: https://www.icecast.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: libtheora openssl speex
    5 
    6 name=libshout
    7 version=2.4.3
    8 release=1
    9 source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz
   10 	corrected-blocking-state.patch
   11 	icy-port-increment.patch)
   12 
   13 build() {
   14 	cd $name-$version
   15 
   16 	patch -p1 -i $SRC/corrected-blocking-state.patch
   17 	patch -p1 -i $SRC/icy-port-increment.patch
   18 
   19 	./configure --prefix=/usr
   20 
   21 	make
   22 	make install DESTDIR=$PKG
   23 	rm -r $PKG/usr/share/doc
   24 }

Generated by cgit