summaryrefslogtreecommitdiff
path: root/libshout/Pkgfile
blob: 6cf9c67077859e3b113cd0cd325af020e501cb1d (plain)
    1 # Description: Library for communicating with an icecast server.
    2 # URL: http://www.icecast.org/
    3 # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
    4 # Packager: Han Boetes, han at mijncomputer dot nl
    5 # Depends on: libvorbis
    6 
    7 name=libshout
    8 version=2.2.2
    9 release=1
   10 source=(http://downloads.us.xiph.org/releases/libshout/libshout-$version.tar.gz)
   11 
   12 build() {
   13 	cd libshout-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--disable-nls
   18 
   19 	make
   20 	make install DESTDIR=$PKG
   21 	rm -r $PKG/usr/share/doc/
   22 }

Generated by cgit