# Template file for 'mod_wsgi'
pkgname=mod_wsgi
version=3.2
revision=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 build apache-devel
Add_dependency build python-devel