summaryrefslogtreecommitdiffstats
path: root/extra/streamripper
diff options
context:
space:
mode:
authortyrry <tyrry33 at gmail dot com>2010-02-24 19:40:51 +0100
committertyrry <tyrry33 at gmail dot com>2010-02-24 19:40:51 +0100
commit6de47a1443c434848b2e17fcd18c932e8af8522d (patch)
tree1f341ada9f08421b50adda5cb185843fe932a63a /extra/streamripper
parentdb812ee31da80dc81f26a56f4af1ad79a040c0f7 (diff)
downloadnutyx-pakxe-6de47a1443c434848b2e17fcd18c932e8af8522d.tar.gz
nutyx-pakxe-6de47a1443c434848b2e17fcd18c932e8af8522d.tar.bz2
nutyx-pakxe-6de47a1443c434848b2e17fcd18c932e8af8522d.tar.xz
nutyx-pakxe-6de47a1443c434848b2e17fcd18c932e8af8522d.zip
Ajout streamripper#1.64.6
Diffstat (limited to 'extra/streamripper')
-rw-r--r--extra/streamripper/.md5sum1
-rw-r--r--extra/streamripper/Pkgfile17
2 files changed, 18 insertions, 0 deletions
diff --git a/extra/streamripper/.md5sum b/extra/streamripper/.md5sum
new file mode 100644
index 000000000..c3d3ea8ba
--- /dev/null
+++ b/extra/streamripper/.md5sum
@@ -0,0 +1 @@
+ace5e090f2a824bc93b51d0e080445af streamripper-1.64.6.tar.gz
diff --git a/extra/streamripper/Pkgfile b/extra/streamripper/Pkgfile
new file mode 100644
index 000000000..482a229a3
--- /dev/null
+++ b/extra/streamripper/Pkgfile
@@ -0,0 +1,17 @@
+# Description: rippeur de stream
+# URL: http://streamripper.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: tyrry33 at gmail dot com
+# Depends on: libmad, libvorbis, glibc, glib2, 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
+}