DESCRIPTION = "Python libmad Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" 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 } lt='cgit logo'/> index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-pyalsa_1.0.16.bb
AgeCommit message (Expand)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-06-11add python-pyalsa, (another) alsa support package for pythonMichael Lauer1