summaryrefslogtreecommitdiff
path: root/libid3tag
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag')
-rw-r--r--libid3tag/libid3tag-0.15.0b.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/libid3tag/libid3tag-0.15.0b.oe b/libid3tag/libid3tag-0.15.0b.oe
index e69de29bb2..f9b30b4a7e 100644
--- a/libid3tag/libid3tag-0.15.0b.oe
+++ b/libid3tag/libid3tag-0.15.0b.oe
@@ -0,0 +1,12 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc zlib
+
+SRC_URI = ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz
+S=${WORKDIR}/libid3tag-${PV}
+
+inherit autotools
+
+EXTRA_OECONF="-enable-speed --enable-shared"