aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/p910nd
AgeCommit message (Expand)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
a> 7 8 9 10 11 12 13 14 15 16 17 18 19
DESCRIPTION = "Python Bindings for libao"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "libao"
SRCNAME = "pyao"
PR = "ml1"

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
}