DESCRIPTION = "Python libmad Bindings" SECTION = "devel/python" HOMEPAGE = "http://spacepants.org/src/pymad/" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libmad" SRCNAME = "pymad" PR = "ml0" 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 } : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-odict
AgeCommit message (Expand)AuthorFiles
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther1
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-09-12Opie 1.2.1:Holger Freyther2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi