summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/streamripper
diff options
context:
space:
mode:
authorChang.H.S <jhs@dev3>2012-11-30 09:09:08 (GMT)
committerChang.H.S <jhs@dev3>2012-11-30 09:21:08 (GMT)
commit0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95 (patch)
treea8b60d7dfd416b50deec6ac9282381aa5312f965 /meta-openvuplus/recipes-multimedia/streamripper
parente56f897c120c6a2c70e6b3129dde975f92d105cc (diff)
relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/streamripper')
-rw-r--r--meta-openvuplus/recipes-multimedia/streamripper/streamripper_1.64.6.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openvuplus/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-openvuplus/recipes-multimedia/streamripper/streamripper_1.64.6.bb
new file mode 100644
index 0000000..4be9d0d
--- /dev/null
+++ b/meta-openvuplus/recipes-multimedia/streamripper/streamripper_1.64.6.bb
@@ -0,0 +1,17 @@
+SUMMARY = "StreamRipper lets you record streaming mp3 to your hard drive."
+SECTION = "console/multimedia"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libogg libvorbis faad2 glib-2.0 libmad"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz"
+SRC_URI[md5sum] = "a37a1a8b8f9228522196a122a1c2dd32"
+SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4d8de42"
+
+EXTRA_OECONF = "--disable-oggtest \
+ --disable-vorbistest \
+ --with-ogg=${STAGING_LIBDIR} \
+ --with-vorbis=${STAGING_LIBDIR}"
+
+inherit autotools