#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) # # Make sure you don't have faad2 installed before building - faad2 is not a standard iso package pkgname=streamripper pkgver=1.63.1 zenver=52 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/streamripper/streamripper-1.63.1.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "thanks") url=http://streamripper.sourceforge.net/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "streamripper - Console ripper for streaming media" "Streamripper is a console ripper for streaming media." "It currently supports MP3 and AAC Shoutcast & Icecast streams," "Nullsoft streaming video, OGG Vorbis streams." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }