void-packages/srcpkgs/mod_wsgi/template
Juan RP 4fa129a201 Added mod_wsgi-3.2 build template.
--HG--
extra : convert_revision : 8db9e8f5e94e5082d16b92214f875882c18d3791
2010-05-01 01:43:25 +02:00

18 lines
714 B
Plaintext

# Template file for 'mod_wsgi'
pkgname=mod_wsgi
version=3.2
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Python WSGI adapter module for Apache"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0f7394bee6894587df023a382fc35b23913cb4a4faca18394380fe8f921e030a
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."
Add_dependency run glibc
Add_dependency full python