summaryrefslogtreecommitdiff
path: root/packages/python/python-sip4_4.4.5.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 08:40:59 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 08:40:59 +0000
commit94317634ab575b7deae469f83038f770e35fb737 (patch)
treeedf8d1faa64a8b4d689fb916b6eebfc05ceec431 /packages/python/python-sip4_4.4.5.bb
parent93e05f24e5829efd41e6b332c47ceba33980aadd (diff)
python-pyqt: promote qt4 to being the default, rename other packages accordingly
Diffstat (limited to 'packages/python/python-sip4_4.4.5.bb')
-rw-r--r--packages/python/python-sip4_4.4.5.bb42
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/python/python-sip4_4.4.5.bb b/packages/python/python-sip4_4.4.5.bb
deleted file mode 100644
index 000aa8b86f..0000000000
--- a/packages/python/python-sip4_4.4.5.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries"
-SECTION = "devel/python"
-HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
-AUTHOR = "Phil Thompson"
-LICENSE = "GPL"
-DEPENDS = "python"
-RDEPENDS = "python-core"
-PR = "ml0"
-
-SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
-S = "${WORKDIR}/sip-${PV}/siplib"
-
-inherit qmake distutils-base
-
-EXTRA_QMAKEVARS_POST += " TEMPLATE=lib \
- CONFIG=console \
- 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_DIR}/${BUILD_SYS}/lib/${PYTHON_DIR}/site-packages/
- # sipconfig.py sipdistutils.py
- install -m 0644 sip.h ${STAGING_INCDIR}/sip.h
-}
-
-do_install() {
- install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/
- install -m 0755 libsip.so.1.0.0 ${D}${libdir}/${PYTHON_DIR}/site-packages/sip.so
-}
-
-FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/sip.so"
-