summaryrefslogtreecommitdiff
path: root/extra/mod_wsgi/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-15 12:38:31 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-15 12:38:31 +0100
commit9cc2fc590c9555a88e525dd7b9f46670d2b6c86d (patch)
tree5b44625ba02e62805da3d594bf0d2527ebd85ebd /extra/mod_wsgi/PKGBUILD
parent8277e3709c16c740a06fa50da38f0f44969b6ad1 (diff)
Remove files missing from ABS.
Diffstat (limited to 'extra/mod_wsgi/PKGBUILD')
-rw-r--r--extra/mod_wsgi/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/mod_wsgi/PKGBUILD b/extra/mod_wsgi/PKGBUILD
deleted file mode 100644
index 43e6fa266..000000000
--- a/extra/mod_wsgi/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 169100 2012-10-18 01:08:10Z eric $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=1
-pkgdesc="Python WSGI adapter module for Apache"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.modwsgi.org/"
-license=('APACHE')
-depends=('apache' 'python2')
-install=mod_wsgi.install
-source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f42d69190ea0c337ef259cbe8d94d985')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --with-apxs=/usr/sbin/apxs \
- --with-python=/usr/bin/python2
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}