Another pass of .oe cleanups.
[vuplus_openembedded] / plone / plone_1.0.5.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 = "libc6 zope"
6 DEPENDS = "virtual/libc"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz"
9 S = "${WORKDIR}/CMFPlone-${PV}"
10
11 do_install() {
12         install -d ${D}/usr/lib/python/Products/
13         cp -a ${S}/* ${D}/usr/lib/python/Products/
14 }
15
16 FILES_${PN} = "/usr/lib/python/Products/"