summaryrefslogtreecommitdiff
path: root/zope/zope_2.7.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'zope/zope_2.7.0.oe')
-rw-r--r--zope/zope_2.7.0.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/zope/zope_2.7.0.oe b/zope/zope_2.7.0.oe
index d8dbc2a8b2..171b6e590f 100644
--- a/zope/zope_2.7.0.oe
+++ b/zope/zope_2.7.0.oe
@@ -5,11 +5,11 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 python-core "
DEPENDS = "virtual/libc"
-SRC_URI = http://zope.org/Products/Zope/2.7.0rc1/Zope-2.7.0-rc1.tgz
-S = "${WORKDIR}/Zope-2.7.0-rc1"
+SRC_URI = "http://zope.org/Products/Zope/${PV}rc1/Zope-${PV}-rc1.tgz"
+S = "${WORKDIR}/Zope-${PV}-rc1"
do_configure() {
- ./configure --with-python=${STAGING_BINDIR}/python --prefix=/usr --optimize
+ ./configure --with-python=${STAGING_BINDIR}/python --prefix=${prefix} --optimize
}
do_compile() {