diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-03 10:15:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-03 10:15:48 +0200 |
commit | f3a4e8da400567018b5d73b66cd67b8da0d280b8 (patch) | |
tree | d5155fde8d7050660d85895ac9cb185c580c9f7e /community/mod_wsgi2/PKGBUILD | |
parent | 20bbe9abadb460e01df2d5eefabdd199033274a5 (diff) | |
parent | 32b069e79cb891e99962cbac53e2950c11ea403f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-simplejson/PKGBUILD
community/teeworlds/PKGBUILD
core/openldap/PKGBUILD
core/zlib/PKGBUILD
extra/soprano/PKGBUILD
extra/ucommon/PKGBUILD
Diffstat (limited to 'community/mod_wsgi2/PKGBUILD')
-rw-r--r-- | community/mod_wsgi2/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/mod_wsgi2/PKGBUILD b/community/mod_wsgi2/PKGBUILD index 07d26f45f..1e0e0c3c0 100644 --- a/community/mod_wsgi2/PKGBUILD +++ b/community/mod_wsgi2/PKGBUILD @@ -1,25 +1,26 @@ -# $Id: PKGBUILD 80683 2012-11-29 03:29:49Z arodseth $ +# $Id: PKGBUILD 89811 2013-05-02 13:55:03Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Ryan Coyner <rcoyner@gmail.com> pkgname=mod_wsgi2 pkgver=3.4 -pkgrel=2 +pkgrel=3 pkgdesc='Python2 WSGI adapter module for Apache' arch=('x86_64' 'i686' 'mips64el') url='http://www.modwsgi.org/' license=('APACHE') depends=('apache' 'python2') conflicts=('mod_wsgi') -install=$pkgname.install +install="$pkgname.install" source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz") sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8') build() { cd "$srcdir/mod_wsgi-$pkgver" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --with-apxs=/usr/sbin/apxs \ --with-python=/usr/bin/python2 make |