summaryrefslogtreecommitdiff
path: root/mod_python
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-04-11 12:42:46 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2008-04-11 12:42:46 +1000
commitcd337a6674bdece93bf781e6a3d895346b316cad (patch)
treef053b5720c6eb78b01f470126d56bdffb8725e71 /mod_python
parent17a38d209aed2b628359b9220ee0620383b0130a (diff)
downloadcontrib-cd337a6674bdece93bf781e6a3d895346b316cad.tar.gz
contrib-cd337a6674bdece93bf781e6a3d895346b316cad.tar.xz
mod_python: picked up port
Diffstat (limited to 'mod_python')
-rw-r--r--mod_python/Pkgfile16
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
}

Generated by cgit