DESCRIPTION = "Python Ogg Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "LGPL" DEPENDS = "libogg" SRCNAME = "pyogg" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ogg_libs = ogg" >>Setup echo "ogg_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ogg_include_dir = ${STAGING_INCDIR}" >>Setup } do_stage() { install -d ${STAGING_INCDIR}/pyogg install -m 0644 include/pyogg/pyogg.h ${STAGING_INCDIR}/pyogg/pyogg.h }
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/qemu
AgeCommit message (Expand)AuthorFiles
2006-04-03qemu-qop: disable docs, patch from Werner Schulte <w1@schulte-ac.de>Adrian Davey2
2006-03-30qemu: add a differing native qemu that works with gcc4, arm support only atmAdrian Davey1
2006-02-27Add qemu and qemu-native cvs versionsRichard Purdie4
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3
2005-06-11Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2