diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-21 21:38:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 11:40:56 -0500 |
commit | 5c7678345cfa708a1f6631b6460fd23c8ad92750 (patch) | |
tree | 932a77c7b27f254d2bf37585160f690fee55a81b /network/mod_wsgi | |
parent | 96e909ea83133d27374f3785fc6642ef4779b4a4 (diff) |
network/mod_wsgi: Updated for version 3.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_wsgi')
-rw-r--r-- | network/mod_wsgi/mod_wsgi.SlackBuild | 11 | ||||
-rw-r--r-- | network/mod_wsgi/mod_wsgi.info | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/network/mod_wsgi/mod_wsgi.SlackBuild b/network/mod_wsgi/mod_wsgi.SlackBuild index 922ecc64fd71..5dd52484b19a 100644 --- a/network/mod_wsgi/mod_wsgi.SlackBuild +++ b/network/mod_wsgi/mod_wsgi.SlackBuild @@ -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 diff --git a/network/mod_wsgi/mod_wsgi.info b/network/mod_wsgi/mod_wsgi.info index 01ad4704e85a..4b6cf5230b77 100644 --- a/network/mod_wsgi/mod_wsgi.info +++ b/network/mod_wsgi/mod_wsgi.info @@ -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="" |