DESCRIPTION = "Python libmad Bindings" SECTION = "devel/python" HOMEPAGE = "http://spacepants.org/src/pymad/" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libmad" SRCNAME = "pymad" PR = "ml1" 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 } a title='multitech-oe.git' href='/cgit/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/xerces-c
AgeCommit message (Expand)AuthorFiles
2008-01-12xerces-c 2.8.0 make it compile for the target architecture *cough*Michael Lauer1
2008-01-12xerces-c 2.8.0 add, remove non-working 2.6.0 and 2.7.0Michael Lauer3
2007-02-12divers: fix minor spacing errors, sanitizeRolf Leggewie2
2006-11-23xerces-c_2.7.0_bb : Add version 2.7.0 of xerces-c.Philip Balister1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi