aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/streamripper/streamripper_1.61.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/streamripper/streamripper_1.61.10.bb')
-rw-r--r--recipes/streamripper/streamripper_1.61.10.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/streamripper/streamripper_1.61.10.bb b/recipes/streamripper/streamripper_1.61.10.bb
new file mode 100644
index 0000000000..fe691400ac
--- /dev/null
+++ b/recipes/streamripper/streamripper_1.61.10.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "StreamRipper lets you record streaming mp3 to your hard drive."
+SECTION = "console/multimedia"
+LICENSE = "GPL"
+DEPENDS= "libogg libvorbis"
+RDEPENDS= "libogg libvorbis"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz"
+
+EXTRA_OECONF="--disable-oggtest \
+ --disable-vorbistest \
+ --with-ogg=${STAGING_LIBDIR} \
+ --with-vorbis=${STAGING_LIBDIR}"
+
+inherit autotools
+