DESCRIPTION = "Python bindings for the sword library" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "python-core sword" DEPENDS = "sword-${PV} swig-native" SRCNAME = "sword" PR = "r0" SRC_URI = "http://crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}/bindings/swig/package" EXTRA_OECONF = "--with-sword-dir=${STAGING_DIR}/${HOST_SYS}" inherit distutils autotools PARALLEL_MAKE = "" #do_configure_prepend() { # ./autogen.sh #} do_compile() { oe_runmake BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} pythonswig python_make } do_install() { cd ${S}/python distutils_do_install }
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-efl.inc
AgeCommit message (Expand)AuthorFiles
2008-02-16(python-)efl cvs update and catch up with upstream version changes, add missi...Michael Lauer1
2008-01-13python-efl cvs generate .edj files and ship 'emMichael Lauer1
2008-01-13python-efl cvs ship examples, add python-efl-examples as meta packageMichael Lauer1
2008-01-13python-efl cvs add missing RDEPENDS to python-langMichael Lauer1
2007-12-06python-efl: adjust dependenciesMichael Lauer1
2007-12-06python-efl:Michael Lauer1
2007-08-20python-efl.inc: bump PVMichael Lauer1
2007-07-24add python-efl bindings to task-python-everythingMichael Lauer1
2007-07-24add python-emotion. all python bindings to EFL compile now, but I didn't test...Michael Lauer1
2007-07-24add python bindings to the Enlightenment Foundation LibrariesMichael Lauer1