aboutsummaryrefslogtreecommitdiffstats
path: root/plone/plone_1.0.5.oe
blob: 71506013f1de3436481cc3b64a058dd2fcf8f82b (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 = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "zope"
DEPENDS = "virtual/libc"

SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz"
S = "${WORKDIR}/CMFPlone-${PV}"

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

FILES_${PN} = "/usr/lib/python/Products/"