summaryrefslogtreecommitdiff
path: root/mod_wsgi/Pkgfile
blob: db1945838a77c09687f9a818b738aa32cafdbeb2 (plain)
    1 # Description: Python WSGI adapter module for Apache.
    2 # URL: https://www.modwsgi.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: apache python
    5 
    6 name=mod_wsgi
    7 version=4.9.0
    8 release=1
    9 source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz)
   10 
   11 build() {
   12 	cd mod_wsgi-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	chmod a-x $PKG/usr/lib/apache/mod_wsgi.so
   17 }

Generated by cgit