DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" DEPENDS = "virtual/libqte2 python" RDEPENDS = "python-core" PR = "ml4" SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/siplib" inherit palmtop distutils-base EXTRA_QMAKEVARS_POST += "TEMPLATE=lib \ DESTDIR= \ VERSION=1.0.0 \ TARGET=sip \ DEFINES=SIP_QT_SUPPORT \ INCLUDEPATH+=. \ INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \ INCLUDEPATH+=${STAGING_INCDIR}" do_configure_prepend() { cat siplib.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > siplib.pro } do_stage() { install -d ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/ oe_libinstall -so libsip ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/ install -m 0644 sip.h ${STAGING_INCDIR}/sip.h } do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ install libsip.so.1.0.0 ${D}${libdir}/${PYTHON_DIR}/site-packages/sip.so } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/sip.so" le class='tabs'> summaryrefslogtreecommitdiff
path: root/packages/madwifi/madwifi-ng-r1844-20061208/.mtn2git_empty
td>
AgeCommit message (Collapse)AuthorFiles
2007-02-13madwifi-ng: merged slugos patches into mainline, dropped old versions.Rod Whitby1
2006-12-16madwifi-ng r1844: Add svn snapshot 1844 which is the same as the 0.9.2.1Jamie Lenehan1
release. This includes a critical fix for CVE-2006-6332 which is a remotely exploitable stack-based buffer overflow bug.
libetpan: add 0.46, remove outdated ones. no need for our patches but oneMichael Lauer6
2006-05-09libetpan: disablle parallel makeKoen Kooi1
2006-05-09packages/libetpan/libetpan_0.45.bb : new version of libetpan required forGraeme Gregory3
2006-03-26libetpan: add 0.43, remove 0.36Michael Lauer8