blob: fe691400ac6d28821df541c2a7fc336fb35354c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|