summaryrefslogtreecommitdiff
path: root/packages/plone
diff options
context:
space:
mode:
Diffstat (limited to 'packages/plone')
-rw-r--r--packages/plone/plone_3.1.7.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/plone/plone_3.1.7.bb b/packages/plone/plone_3.1.7.bb
deleted file mode 100644
index 7779b79962..0000000000
--- a/packages/plone/plone_3.1.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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/"