diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-24 20:18:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 20:18:48 +0000 |
commit | 656a509f19eeadbd11824ea0c6cdcfafb40e8253 (patch) | |
tree | ec33ded5bfb87262ee8f47a03f8c8bfa8f4cf9cc /packages/streamripper | |
parent | 75b797f6a2cbd1df944a0fcd87a64d4a06f45d88 (diff) |
Added streamripper
Diffstat (limited to 'packages/streamripper')
-rw-r--r-- | packages/streamripper/streamripper_1.61.10.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/streamripper/streamripper_1.61.10.bb b/packages/streamripper/streamripper_1.61.10.bb new file mode 100644 index 0000000000..465e3d457d --- /dev/null +++ b/packages/streamripper/streamripper_1.61.10.bb @@ -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 + |