LICENSE = "GPL" DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " 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 } index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/mythtv
AgeCommit message (Expand)AuthorFiles
2007-01-25mythtv: unified, need testingMarcin Juszkiewicz3
2007-01-21mythtv: add PACKAGES_DYNAMIC so depends on mythtv-themes workPhil Blundell1
2007-01-20mythtv: Added commented-out patch. Maintainer please consider.Leon Woestenberg1
2007-01-19mythtv: update to 0.20Phil Blundell4
2006-12-02mythtv: fix RDEPENDS - close #254Ondrej Sokol1