forked from ports/contrib
mod_wsgi: marked unmaintained
This commit is contained in:
parent
97d4092e77
commit
e84b7b7ab6
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF31Is+cuejgLlyPqqDfJCC5g+5qr4K1MzVPcrwwZ2q80AcUbIrvA2NDzvz0r+73ZZBoooni/+9xrRANNIzruyTQ0=
|
||||
SHA256 (Pkgfile) = a5ec384719a486cbf2f7775ab94045a9d501df8ea1a9cfa5bbff4b1340f11fcf
|
||||
RWSagIOpLGJF3yRRecvsxiVRfVnedIyqFFop+uI/EDMRAyoZQK7tdEvJIhW8LiPAA8TYjCLMLx8Zhf1qxVv4O0HtCGIiuzXkNAQ=
|
||||
SHA256 (Pkgfile) = a88d1357291733fb0075574124d8b6b0512879fdb7cce150f127d985ab62f5c6
|
||||
SHA256 (.footprint) = d8c32738af1220e4ef56aff31941b68be99da3a77d71af05bdae1ef2e43956a4
|
||||
SHA256 (4.9.4.tar.gz) = ee926a3fd5675890b908ebc23db1f8f7f03dc3459241abdcf35d46c68e1be29b
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Description: Python WSGI adapter module for Apache.
|
||||
# URL: https://www.modwsgi.org/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: unmaintained
|
||||
# Depends on: apache python3
|
||||
|
||||
name=mod_wsgi
|
||||
@ -9,10 +9,12 @@ release=1
|
||||
source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd mod_wsgi-$version
|
||||
./configure --prefix=/usr PYTHON=/usr/bin/python3
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
chmod a-x $PKG/usr/lib/apache/mod_wsgi.so
|
||||
}
|
||||
cd mod_wsgi-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
PYTHON=/usr/bin/python3
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
chmod a-x $PKG/usr/lib/apache/mod_wsgi.so
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user