summaryrefslogtreecommitdiffstats
path: root/streamripper/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'streamripper/Pkgfile')
-rw-r--r--streamripper/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/streamripper/Pkgfile b/streamripper/Pkgfile
new file mode 100644
index 000000000..373c0f60c
--- /dev/null
+++ b/streamripper/Pkgfile
@@ -0,0 +1,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
+}
+