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}${layout_exec_prefix}" inherit distutils autotools PARALLEL_MAKE = "" do_configure_prepend() { touch ltmain.sh ./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/recipes/pvrusb2-mci/pvrusb2-mci_20060903.bb
AgeCommit message (Expand)AuthorFiles
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa1
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1