add libid3, (yet) another library for reading out id3 tags
authorMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jun 2007 09:05:09 +0000 (09:05 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jun 2007 09:05:09 +0000 (09:05 +0000)
packages/libid3/.mtn2git_empty [new file with mode: 0644]
packages/libid3/libid3_1.1.bb [new file with mode: 0644]

diff --git a/packages/libid3/.mtn2git_empty b/packages/libid3/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libid3/libid3_1.1.bb b/packages/libid3/libid3_1.1.bb
new file mode 100644 (file)
index 0000000..9abb937
--- /dev/null
@@ -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
+}
+