blob: 465e3d457d397e60b88f6314066e8c4be10f664f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "StreamRipper lets you record streaming mp3 to your hard drive."
SECTION = "console/multimedia"
LICENSE = "GPL"
STREAMRIPPER_MAINTAINER= "Inge Arnesen <inge.arnesen@gmail.com>"
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
|