[oe-commits] org.oe.dev zope: added 3.3.1 from Poky

hrw commit openembedded-commits at lists.openembedded.org
Thu Jun 7 08:45:30 UTC 2007


zope: added 3.3.1 from Poky

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 2418db31e5eea055a273730099614b6244381544
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2418db31e5eea055a273730099614b6244381544
Files:
1
packages/zope/zope_3.3.1.bb
Diffs:

#
# mt diff -rdee39bbcfc556c59ed7aa4c721376f8d5fa1705a -r2418db31e5eea055a273730099614b6244381544
#
# 
# 
# add_file "packages/zope/zope_3.3.1.bb"
#  content [76e578bec4263108a7140a36df255eb9a816b9db]
# 
============================================================
--- packages/zope/zope_3.3.1.bb	76e578bec4263108a7140a36df255eb9a816b9db
+++ packages/zope/zope_3.3.1.bb	76e578bec4263108a7140a36df255eb9a816b9db
@@ -0,0 +1,41 @@
+DESCRIPTION = "A full fledged pluggable content management system with integrated web server and much more."
+SECTION = "console/network"
+PRIORITY = "optional"
+DEPENDS = "python"
+RDEPENDS = "python-core python-shell"
+LICENSE = "ZPL"
+PR = "r2"
+
+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}
+}
+
+do_install() {
+	oe_runmake install prefix=${D}${prefix} HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS}
+}
+
+PACKAGES =+ "python-zopeinterface python-zopeinterface-dbg"
+
+FILES_${PN} = "${prefix}"
+FILES_${PN}_doc = "${prefix}/doc"
+FILES_${PN}-dbg += "\
+${libdir}/python/BTrees/.debug \
+${libdir}/python/persistent/.debug \
+${libdir}/python/zope/proxy/.debug \
+${libdir}/python/zope/thread/.debug \
+${libdir}/python/zope/security/.debug \
+${libdir}/python/zope/hookable/.debug \
+${libdir}/python/zope/app/container/.debug \
+${libdir}/python/zope/i18nmessageid/.debug \
+${libdir}/python/ZODB/.debug"
+FILES_python-zopeinterface-dbg += "${libdir}/python/zope/interface/.debug "
+
+FILES_python-zopeinterface = "${libdir}/python/zope/interface/*.* ${libdir}/python/zope/interface/common"






More information about the Openembedded-commits mailing list