summaryrefslogtreecommitdiff
path: root/zope/zope_2.7.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /zope/zope_2.7.0.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
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() {