summaryrefslogtreecommitdiff
path: root/python/python-ao_0.82.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-ao_0.82.oe')
-rw-r--r--python/python-ao_0.82.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe
deleted file mode 100644
index 6c23a87b96..0000000000
--- a/python/python-ao_0.82.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "Python AO Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-DEPENDS = "libao"
-SRCNAME = "pyao"
-
-SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-do_configure_prepend() {
- touch Setup
- echo "ao_libs = ao" >>Setup
- echo "ao_lib_dir = ${STAGING_LIBDIR}" >>Setup
- echo "ao_include_dir = ${STAGING_INCDIR}" >>Setup
-}
-
-