2010-05-01 01:43:25 +02:00
|
|
|
# Template file for 'mod_wsgi'
|
|
|
|
pkgname=mod_wsgi
|
2013-03-31 09:51:34 +02:00
|
|
|
version=3.4
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="apache-devel python-devel"
|
2010-05-01 01:43:25 +02:00
|
|
|
short_desc="Python WSGI adapter module for Apache"
|
2013-03-31 09:51:34 +02:00
|
|
|
homepage="https://code.google.com/p/modwsgi/"
|
|
|
|
license="APL-2.0"
|
2010-05-01 01:43:25 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 04:24:51 +02:00
|
|
|
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
2013-03-31 09:51:34 +02:00
|
|
|
checksum=ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8
|
2010-05-01 01:43:25 +02:00
|
|
|
long_desc="
|
|
|
|
The aim of mod_wsgi is to implement a simple to use Apache module which can
|
|
|
|
host any Python application which supports the Python WSGI interface. The
|
|
|
|
module would be suitable for use in hosting high performance production web
|
|
|
|
sites, as well as your average self managed personal sites running on web
|
|
|
|
hosting services."
|
|
|
|
|
2013-04-14 04:24:51 +02:00
|
|
|
mod_wsgi_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|