aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libid3/libid3_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libid3/libid3_1.1.bb')
-rw-r--r--recipes/libid3/libid3_1.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libid3/libid3_1.1.bb b/recipes/libid3/libid3_1.1.bb
new file mode 100644
index 0000000000..9abb9375f4
--- /dev/null
+++ b/recipes/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
+}
+