summaryrefslogtreecommitdiffstats
path: root/extra/streamripper/Pkgfile
blob: c562340e43f7deb500b995f476286f4e3d21622d (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
# Run on: libmad,libvorbis,faad2

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
}