summaryrefslogtreecommitdiffstats
path: root/mod_wsgi/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /mod_wsgi/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'mod_wsgi/PKGBUILD')
-rw-r--r--mod_wsgi/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/mod_wsgi/PKGBUILD b/mod_wsgi/PKGBUILD
deleted file mode 100644
index e8c4265..0000000
--- a/mod_wsgi/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-pkgname=mod_wsgi
-pkgver=2.6
-pkgrel=1
-pkgdesc="Python WSGI adapter module for Apache"
-arch=('i686' 'x86_64')
-url="http://www.modwsgi.org/"
-license=('Apache')
-depends=('apache>=1.3' 'python>=2.3')
-install=$pkgname.install
-source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c313cd7a662024866ce3376cb5a76cf6')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-}