diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-11 12:42:46 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-11 12:42:46 +1000 |
commit | cd337a6674bdece93bf781e6a3d895346b316cad (patch) | |
tree | f053b5720c6eb78b01f470126d56bdffb8725e71 /mod_python | |
parent | 17a38d209aed2b628359b9220ee0620383b0130a (diff) | |
download | contrib-cd337a6674bdece93bf781e6a3d895346b316cad.tar.gz contrib-cd337a6674bdece93bf781e6a3d895346b316cad.tar.xz |
mod_python: picked up port
Diffstat (limited to 'mod_python')
-rw-r--r-- | mod_python/Pkgfile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/mod_python/Pkgfile b/mod_python/Pkgfile index 94eceb7d0..1b67eff5f 100644 --- a/mod_python/Pkgfile +++ b/mod_python/Pkgfile @@ -1,19 +1,18 @@ -# Description: Apache module that embeds the Python interpreter. -# URL: http://www.modpython.org -# Maintainer: unmaintained -# Packager: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: apache, python +# Description: Apache module that embeds the Python interpreter. +# URL: http://www.modpython.org/ +# Maintainer: Danny Rawlins, monster dot romster at gmail dot com +# Packager: James Mills, prologic at shortcircuit dot net dot au +# Depends on: apache python name=mod_python version=3.3.1 release=1 source=(http://www.apache.org/dist/httpd/modpython/mod_python-$version.tgz - configure.patch) + configure.patch) build() { cd mod_python-$version - patch -p1 -i $SRC/configure.patch configure + patch -p 1 -i ../configure.patch configure ./configure \ --prefix=/usr \ @@ -21,6 +20,5 @@ build() { make make DESTDIR=$PKG install - chown -R root:root $PKG } |