relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / streamripper / streamripper_1.64.6.bb
1 SUMMARY = "StreamRipper lets you record streaming mp3 to your hard drive."
2 SECTION = "console/multimedia"
3 LICENSE = "GPLv2+"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5 DEPENDS = "libogg libvorbis faad2 glib-2.0 libmad"
6 PR = "r1"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz"
9 SRC_URI[md5sum] = "a37a1a8b8f9228522196a122a1c2dd32"
10 SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4d8de42"
11
12 EXTRA_OECONF = "--disable-oggtest \
13                 --disable-vorbistest \
14                 --with-ogg=${STAGING_LIBDIR} \
15                 --with-vorbis=${STAGING_LIBDIR}"
16
17 inherit autotools