r1684 - in trunk/oe/packages: . libid3

mickey at sita.openmoko.org mickey at sita.openmoko.org
Sat Apr 7 13:04:57 CEST 2007


Author: mickey
Date: 2007-04-07 13:04:57 +0200 (Sat, 07 Apr 2007)
New Revision: 1684

Added:
   trunk/oe/packages/libid3/
   trunk/oe/packages/libid3/libid3_1.1.bb
Log:
oe: add libid3, a small library for reading id3 tags


Added: trunk/oe/packages/libid3/libid3_1.1.bb
===================================================================
--- trunk/oe/packages/libid3/libid3_1.1.bb	2007-04-07 11:04:34 UTC (rev 1683)
+++ trunk/oe/packages/libid3/libid3_1.1.bb	2007-04-07 11:04:57 UTC (rev 1684)
@@ -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
+}
+





More information about the commitlog mailing list