network/mod_wsgi: Updated for version 3.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-21 21:38:20 -05:00
parent 96e909ea83
commit 5c7678345c
2 changed files with 6 additions and 11 deletions

View file

@ -6,8 +6,8 @@
## Licensed under GNU GPL v2
PRGNAM=mod_wsgi
VERSION=3.1
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -42,14 +42,9 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
./configure
# libtool can't find shared Python library;
# there should be symlink to libpython in /usr/lib${LIBDIRSUFFIX}/python2.6/config
# see http://code.google.com/p/modwsgi/wiki/InstallationIssues
make LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}"
make
make install DESTDIR=$PKG
# Strip binaries:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null

View file

@ -1,8 +1,8 @@
PRGNAM="mod_wsgi"
VERSION="3.1"
VERSION="3.4"
HOMEPAGE="http://www.modwsgi.org"
DOWNLOAD="http://modwsgi.googlecode.com/files/mod_wsgi-3.1.tar.gz"
MD5SUM="f9aabdcd7a3f66a2319d10793477f9e9"
DOWNLOAD="http://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz"
MD5SUM="f42d69190ea0c337ef259cbe8d94d985"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""