From 0e9e04fc5c9d361f19af827d17f4f0d3640e4140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Mon, 29 Aug 2011 08:44:55 -0300 Subject: network/uwsgi: Updated for version 0.9.8.3. Signed-off-by: Niels Horn --- network/uwsgi/uwsgi.SlackBuild | 60 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 4 deletions(-) (limited to 'network/uwsgi/uwsgi.SlackBuild') diff --git a/network/uwsgi/uwsgi.SlackBuild b/network/uwsgi/uwsgi.SlackBuild index 5cd2cc0a55601..031cca052e942 100644 --- a/network/uwsgi/uwsgi.SlackBuild +++ b/network/uwsgi/uwsgi.SlackBuild @@ -4,7 +4,7 @@ # Written by Audrius Kažukauskas PRGNAM=uwsgi -VERSION=${VERSION:-0.9.6.7} +VERSION=${VERSION:-0.9.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,6 +35,19 @@ else LIBDIRSUFFIX="" fi +# Build Python 2.6 plugin. +PYTHON26=${PYTHON26:-yes} + +# Set this to "yes" if you want to build a plugin for Python 3.2. Requires +# python3 to be installed. +PYTHON32=${PYTHON32:-no} + +# Perl PSGI plugin is disabled for now, as it works only on -current. +PSGI=${PSGI:-no} + +# Build Ruby Rack plugin. +RACK=${RACK:-yes} + set -eu rm -rf $PKG @@ -50,11 +63,50 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ -python uwsgiconfig.py --build +# Create build config file. +cat > buildconf/package.ini < /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3