aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plone/plone_2.0.0.bb
blob: 2d615dbc08dfd67af1890196e6d138dd5b9fb14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "zope"
LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone-2.0-final.tar.gz"
S = "${WORKDIR}/CMFPlone-2.0-final"

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

FILES_${PN} = "${libdir}/python/Products/"