aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/plone/plone_3.1.7.bb
blob: fcf11dda351025c730e6c05f3996ee5a2d62a4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "ml1"

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_${PN} = "zope"
FILES_${PN} = "${libdir}/python/Products/"

SRC_URI[md5sum] = "d2690e2c6d9f477ee0d3851388c0fef9"
SRC_URI[sha256sum] = "2522ac7aaf843f23bd948b664372549362ece5973555e7565a2d0dd4bca8ce54"