Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / zope / zope_2.7.1.oe
1 DESCRIPTION = "A full fledged pluggable content management system with integrated web server and much more"
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 DEPENDS = "python"
6 RDEPENDS = "python-core"
7
8 SRC_URI = "http://zope.org/Products/Zope/${PV}/Zope-${PV}.tgz"
9 S = "${WORKDIR}/Zope-${PV}-0"
10
11 do_configure() {
12         ./configure --with-python=${STAGING_BINDIR}/python --prefix=${prefix} --optimize --ignore-zlib
13 }
14
15 do_compile() {
16         oe_runmake HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS}
17 }
18
19 do_install() {
20         oe_runmake install PREFIX=${D}/${prefix} HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS}
21 }
22
23 FILES_${PN} = "${prefix}"
24 FILES_${PN}_doc = "${prefix}/doc"