DESCRIPTION = "${PN} bindings" LICENSE = "BSD" AUTHOR = "Gustavo Sverzut Barbieri " HOMEPAGE = "http://www.enlightenment.org" # somewhere is a bug. cython should be self-contained, but somehow this # does not compile unless pyrex has been built DEPENDS = "python-cython-native python-pyrex-native python-numeric" RDEPENDS += "python-lang" inherit setuptools SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=${PN};proto=http" S = "${WORKDIR}/${PN}" do_install_append() { if [ -e examples ]; then for i in `find examples -name "*.edc"`; do cd ${S}/`dirname $i` echo "Generating .edj file for $i..." edje_cc `basename $i` echo "Removing sources in this directory..." rm -f *.edc *.png *.ttf *.jpeg done cd ${S} install -d ${D}${datadir}/${PN}/ cp -a examples ${D}${datadir}/${PN}/ find ${D}${datadir}/${PN}/examples -name "CVS" | xargs rm -rf find ${D}${datadir}/${PN}/examples -name ".cvsignore" | xargs rm -f fi } FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug" PACKAGES += "${PN}-examples" FILES_${PN}-examples = "${datadir}/${PN}/examples" '>testing Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-alarm/opie-alarm_1.2.2.bb
cgit/multitech-oe.git/commit/packages/libschedule?id=d3fcf56dd64ff54d7674209dec2b95b2fa2c5757'>libschedule 0.15: clean up .bb a bit
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther1
Koen Kooi1
2005-09-12packages/libschedule/libschedule_0.15.bb: switch back to .gz since the libsch...Koen Kooi1
2005-09-11packages/libschedule/libschedule_0.15.bb: set tarball suffix to bz2Koen Kooi1
2005-08-26libschedule: Add V 0.15. Courtesy by Philippe de Swert.Florian Boor1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3
2005-02-16update libschedule to 0.14Phil Blundell1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1