aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/plone/plone_3.1.7.bb
blob: 7779b799621f268006a91ce247ea7a53e9a2eaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server"
SECTION = "network/cms"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "ml0"

SRC_URI = "http://launchpadlibrarian.net/19393495/Plone-${PV}.tar.gz"
S = "${WORKDIR}/Plone-${PV}"

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

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