diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-10-30 16:23:14 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-10-30 16:23:14 +0100 |
commit | d9aeeb3277abc91361ac463f7a31c0553bcb7c19 (patch) | |
tree | d1382423812806e78b256ff183a43dc1e7240537 /streamripper | |
parent | c16eed0d1066c42c432355139773e92fbc00556e (diff) | |
download | contrib-d9aeeb3277abc91361ac463f7a31c0553bcb7c19.tar.gz contrib-d9aeeb3277abc91361ac463f7a31c0553bcb7c19.tar.xz |
streamripper: new port
Diffstat (limited to 'streamripper')
-rw-r--r-- | streamripper/.footprint | 6 | ||||
-rw-r--r-- | streamripper/.md5sum | 1 | ||||
-rw-r--r-- | streamripper/Pkgfile | 17 |
3 files changed, 24 insertions, 0 deletions
diff --git a/streamripper/.footprint b/streamripper/.footprint new file mode 100644 index 000000000..9f789992a --- /dev/null +++ b/streamripper/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/streamripper +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/streamripper.1.gz diff --git a/streamripper/.md5sum b/streamripper/.md5sum new file mode 100644 index 000000000..b0e899c19 --- /dev/null +++ b/streamripper/.md5sum @@ -0,0 +1 @@ +a37a1a8b8f9228522196a122a1c2dd32 streamripper-1.64.6.tar.gz diff --git a/streamripper/Pkgfile b/streamripper/Pkgfile new file mode 100644 index 000000000..857e21597 --- /dev/null +++ b/streamripper/Pkgfile @@ -0,0 +1,17 @@ +# Description: record streaming mp3 to your hard drive +# URL: http://streamripper.sourceforge.net/ +# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl +# Depends on: glib libmad +# Nice2have: faad2 libogg libvorbis + +name=streamripper +version=1.64.6 +release=1 +source=(http://prdownloads.sourceforge.net/project/$name/$name%20\(current\)/$version/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install +} |