summaryrefslogtreecommitdiff
path: root/libmad
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-21 20:05:11 +0000
committerChris Larson <clarson@kergoth.com>2003-10-21 20:05:11 +0000
commit32a4d6afd0641f39223d3af9ee38c1c909082d15 (patch)
tree206d134a4e12e0f4521983da30cd3f602d22c41a /libmad
parent08acb05c74b88a5ec1af144a68b82278806b9259 (diff)
Fix the shared library name on libmad and libid3tag... both needed to inherit the libtool oeclass but were not.
BKrev: 3f95917735dy4YUd-YWzURD5P4huuw
Diffstat (limited to 'libmad')
-rw-r--r--libmad/libmad_0.15.0b.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/libmad/libmad_0.15.0b.oe b/libmad/libmad_0.15.0b.oe
new file mode 100644
index 0000000000..6fb9dccae7
--- /dev/null
+++ b/libmad/libmad_0.15.0b.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc libid3tag
+
+SRC_URI = ftp://ftp.mars.org/pub/mpeg/libmad-0.15.0b.tar.gz
+S=${WORKDIR}/libmad-${PV}
+
+inherit autotools libtool
+
+EXTRA_OECONF="-enable-speed --enable-shared"
+
+do_configure_prepend () {
+# damn picky automake...
+ touch NEWS AUTHORS ChangeLog
+}