forked from ports/contrib
mod_wsgi: picked up port
This commit is contained in:
parent
cd337a6674
commit
ca3f865891
@ -1,4 +1,4 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/apache/
|
||||
-rwxr-xr-x root/root usr/lib/apache/mod_wsgi.so
|
||||
-rw-r--r-- root/root usr/lib/apache/mod_wsgi.so
|
||||
|
@ -1 +1 @@
|
||||
2ec7db33ab283af224b2365c19c8868b mod_wsgi-1.0c3.tar.gz
|
||||
72e871d4fda1da33829ae3c7f3f2aeb6 mod_wsgi-2.0.tar.gz
|
||||
|
@ -1,19 +1,19 @@
|
||||
# Description: Apache mod_wsgi adapter
|
||||
# URL: http://code.google.com/p/modwsgi/
|
||||
# Maintainer: unmaintained
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
#
|
||||
# Depends on: apr
|
||||
# Description: Apache mod_wsgi adapter.
|
||||
# URL: http://code.google.com/p/modwsgi/
|
||||
# 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_wsgi
|
||||
version=1.0c3
|
||||
version=2.0
|
||||
release=1
|
||||
source=(http://modwsgi.googlecode.com/files/$name-$version.tar.gz)
|
||||
source=(http://modwsgi.googlecode.com/files/mod_wsgi-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd mod_wsgi-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
chown -R root:root $PKG
|
||||
chmod a-x $PKG/usr/lib/apache/mod_wsgi.so
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user