Added streamripper
authorOyvind Repvik <nail@nslu2-linux.org>
Sun, 24 Jul 2005 20:18:48 +0000 (20:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 24 Jul 2005 20:18:48 +0000 (20:18 +0000)
packages/streamripper/streamripper_1.61.10.bb [new file with mode: 0644]

diff --git a/packages/streamripper/streamripper_1.61.10.bb b/packages/streamripper/streamripper_1.61.10.bb
new file mode 100644 (file)
index 0000000..465e3d4
--- /dev/null
@@ -0,0 +1,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
+