[oe-commits] Michael 'Mickey' Lauer : zope-3.3.1.inc: -> zope.inc

GIT User account git at amethyst.openembedded.net
Sat Mar 28 22:46:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b490648059dc3314de4e1d0c87e92d107b31510
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b490648059dc3314de4e1d0c87e92d107b31510

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Mar 27 18:31:15 2009 +0100

zope-3.3.1.inc: -> zope.inc

---

 recipes/zope/zope-3.3.1.inc |   45 -------------------------------------------
 1 files changed, 0 insertions(+), 45 deletions(-)

diff --git a/recipes/zope/zope-3.3.1.inc b/recipes/zope/zope-3.3.1.inc
deleted file mode 100644
index b06174c..0000000
--- a/recipes/zope/zope-3.3.1.inc
+++ /dev/null
@@ -1,45 +0,0 @@
-DESCRIPTION = "A full fledged pluggable content management system with integrated web server and much more."
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "ZPL"
-PR = "r9"
-
-SRC_URI = "http://www.zope.org/Products/Zope3/${PV}/Zope-${PV}.tgz"
-S = "${WORKDIR}/Zope-${PV}"
-
-do_configure() {
-	./configure --with-python=${STAGING_BINDIR_NATIVE}/python --prefix=${prefix} --force
-}
-
-do_compile() {
-	oe_runmake HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS} STAGING_INCDIR=${STAGING_INCDIR}
-}
-
-do_install() {
-	install -d ${D}${libdir}/${PYTHON_DIR}
-	oe_runmake install prefix=${D}${prefix} HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS}
-	mv ${D}${libdir}/python/* ${D}${libdir}/${PYTHON_DIR} 
-	rm -rf ${D}${libdir}/${PYTHON_DIR}/twisted
-	rm -rf ${D}${libdir}/${PYTHON_DIR}/zope/app/twisted
-}
-
-PACKAGES =+ "python-zopeinterface python-zopeinterface-dbg"
-
-FILES_${PN} = "${prefix}"
-FILES_${PN}_doc = "${prefix}/doc"
-FILES_${PN}-dbg += "\
-${libdir}/${PYTHON_DIR}/BTrees/.debug \
-${libdir}/${PYTHON_DIR}/persistent/.debug \
-${libdir}/${PYTHON_DIR}/zope/proxy/.debug \
-${libdir}/${PYTHON_DIR}/zope/thread/.debug \
-${libdir}/${PYTHON_DIR}/zope/security/.debug \
-${libdir}/${PYTHON_DIR}/zope/hookable/.debug \
-${libdir}/${PYTHON_DIR}/zope/app/container/.debug \
-${libdir}/${PYTHON_DIR}/zope/i18nmessageid/.debug \
-${libdir}/${PYTHON_DIR}/ZODB/.debug"
-FILES_python-zopeinterface-dbg += "${libdir}/${PYTHON_DIR}/zope/interface/.debug "
-
-FILES_python-zopeinterface = " ${libdir}/${PYTHON_DIR}/zope/__init__.py* \
-	${libdir}/${PYTHON_DIR}/zope/interface/*.* \
-	${libdir}/${PYTHON_DIR}/zope/interface/common"
-





More information about the Openembedded-commits mailing list