]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/streamripper/streamripper_1.61.10.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / streamripper / streamripper_1.61.10.bb
1 DESCRIPTION = "StreamRipper lets you record streaming mp3 to your hard drive."
2 SECTION = "console/multimedia"
3 LICENSE = "GPL"
4 STREAMRIPPER_MAINTAINER= "Inge Arnesen <inge.arnesen@gmail.com>"
5 DEPENDS= "libogg libvorbis"
6 RDEPENDS= "libogg libvorbis"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz"
9
10 EXTRA_OECONF="--disable-oggtest \
11                 --disable-vorbistest \
12                 --with-ogg=${STAGING_LIBDIR} \
13                 --with-vorbis=${STAGING_LIBDIR}"
14
15 inherit autotools
16