From: Michael Lauer Date: Fri, 14 Apr 2006 12:59:53 +0000 (+0000) Subject: zope: add 2.9.2 X-Git-Tag: Release-2010-05/1~9453^2~2045^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576313ff932fe17dfd20ff445e29ed644f4dadcf;p=openembedded.git zope: add 2.9.2 --- diff --git a/packages/zope/zope_2.9.2.bb b/packages/zope/zope_2.9.2.bb new file mode 100644 index 0000000000..60aa2dfeb2 --- /dev/null +++ b/packages/zope/zope_2.9.2.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "A full fledged pluggable content management system with integrated web server and much more." +SECTION = "console/network" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +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}/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"