contrib/mod_wsgi/Pkgfile

19 lines
418 B
Plaintext

# Description: Python WSGI adapter module for Apache.
# URL: https://www.modwsgi.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: apache python
name=mod_wsgi
version=4.9.0
release=1
source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz)
build() {
cd mod_wsgi-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/apache/mod_wsgi.so
}