]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/plone/plone_2.0.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / plone / plone_2.0.0.bb
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 'Mickey' Lauer <mickey@Vanille.de>"
5 RDEPENDS = "zope"
6 LICENSE = "GPL"
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}${libdir}/python/Products/
12         cp -pPR ${S}/* ${D}${libdir}/python/Products/
13 }
14
15 FILES_${PN} = "${libdir}/python/Products/"