diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-12 23:52:34 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-15 21:31:31 +0100 |
commit | 56fc6cc7487e9329027a62f22d6e64a9bc5a25a0 (patch) | |
tree | 916f5a9a2a547426905c5dc765521904681194fc /packages/zope/zope_2.9.2.bb | |
parent | 21978b02c54fa1c38bff13fe81106779c60f71b8 (diff) |
zope 3.3.1: sanitize to work with multiple Python versions
* drop older ones
Diffstat (limited to 'packages/zope/zope_2.9.2.bb')
-rw-r--r-- | packages/zope/zope_2.9.2.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/zope/zope_2.9.2.bb b/packages/zope/zope_2.9.2.bb deleted file mode 100644 index 12254375db..0000000000 --- a/packages/zope/zope_2.9.2.bb +++ /dev/null @@ -1,25 +0,0 @@ -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 = "ml0" - -SRC_URI = "http://zope.org/Products/Zope/${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} -} - -FILES_${PN} = "${prefix}" -FILES_${PN}_doc = "${prefix}/doc" |