DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "zope"
DEPENDS = "virtual/libc"

SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone-2.0-final.tar.gz"
S = "${WORKDIR}/CMFPlone-2.0"

do_install() {
	install -d ${D}/usr/lib/python/Products/
	cp -a ${S}/* ${D}/usr/lib/python/Products/
}

FILES_${PN} = "/usr/lib/python/Products/"