From: Michael Lauer Date: Thu, 21 Jun 2007 09:05:09 +0000 (+0000) Subject: add libid3, (yet) another library for reading out id3 tags X-Git-Tag: Release-2010-05/1~8868^2~261^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9801b47b79b2e15c1a36dff910cc434dccbfcc05;p=openembedded.git add libid3, (yet) another library for reading out id3 tags --- diff --git a/packages/libid3/.mtn2git_empty b/packages/libid3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libid3/libid3_1.1.bb b/packages/libid3/libid3_1.1.bb new file mode 100644 index 0000000000..9abb9375f4 --- /dev/null +++ b/packages/libid3/libid3_1.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "libID3 is a small C library to parse ID3 tags. \ +It uses as little memory as possible, and has both DOM- and SAX-like models." +SECTION = "libs/multimedia" +LICENSE = "LGPL" + +SRC_URI = "http://download.tangent.org/libid3-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} +