Cleanup pass - remove remnant virtual/libc items from DEPENDS.
[openembedded.git] / plone / plone_2.0.0.oe
1 DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "zope"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone-2.0-final.tar.gz"
8 S = "${WORKDIR}/CMFPlone-2.0-final"
9
10 do_install() {
11         install -d ${D}/usr/lib/python/Products/
12         cp -a ${S}/* ${D}/usr/lib/python/Products/
13 }
14
15 FILES_${PN} = "/usr/lib/python/Products/"