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

Generated by cgit