From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 02:04:40 +0000 (+0000) Subject: plone: 2.1.2 -> 3.1.7 X-Git-Tag: Release-2010-05/1~4349^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ac2274ce15517ca8d0091a806951842b2e97af;p=openembedded.git plone: 2.1.2 -> 3.1.7 --- diff --git a/packages/plone/plone_2.1.2.bb b/packages/plone/plone_3.1.7.bb similarity index 79% rename from packages/plone/plone_2.1.2.bb rename to packages/plone/plone_3.1.7.bb index 4d56a9a597..8d431f0ee4 100644 --- a/packages/plone/plone_2.1.2.bb +++ b/packages/plone/plone_3.1.7.bb @@ -1,14 +1,17 @@ DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server" SECTION = "network/cms" PRIORITY = "optional" -RDEPENDS = "zope" LICENSE = "GPL" -SRC_URI = "${SOURCEFORGE_MIRROR}/plone/Plone-${PV}.tar.gz" + +SRC_URI = "http://launchpad.net/plone/3.1/${PV}/+download/Plone-${PV}.tar.gz" S = "${WORKDIR}/Plone-${PV}" +inherit distutils + do_install() { install -d ${D}${libdir}/python/Products/ cp -pPR ${S}/* ${D}${libdir}/python/Products/ } +RDEPENDS = "zope" FILES_${PN} = "${libdir}/python/Products/"