summaryrefslogtreecommitdiffstats
path: root/streamripper/Pkgfile
blob: 373c0f60cae43bb981e1b5854a70783d01619110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: rippeur de stream
# URL: http://streamripper.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: tyrry33 at gmail dot com
# Depends on:libmad,libvorbis,faad2,glib
# Run on: libmad,libvorbis,faad2,glib

name=streamripper
version=1.64.6
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr  install
}