aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-mad_0.5.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-mad_0.5.1.oe')
-rw-r--r--python/python-mad_0.5.1.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe
deleted file mode 100644
index e76c15d09a..0000000000
--- a/python/python-mad_0.5.1.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-LICENSE = LGPL
-DESCRIPTION = "Python libmad Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core libmad"
-DEPENDS = "libmad"
-SRCNAME = "pymad"
-
-SRC_URI = "http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-do_configure_prepend() {
- touch Setup
- echo "endian = little" >>Setup # FIXME, not always true
- echo "mad_libs = mad" >>Setup
- echo "mad_lib_dir = ${STAGING_LIBDIR}" >>Setup
- echo "mad_include_dir = ${STAGING_INCDIR}" >>Setup
-}