summaryrefslogtreecommitdiffstats
path: root/python-cheetah
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-13 18:15:37 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-13 18:15:37 +0000
commitde28cd20aca8d3e744ed18a64d328ce68ab09539 (patch)
tree0471955e517e4ed4cf2f3a95b4a608fc6ccf55c1 /python-cheetah
parent0840562e54f69b39e04388e45029ad5885a38038 (diff)
downloadasb-de28cd20aca8d3e744ed18a64d328ce68ab09539.tar.gz
asb-de28cd20aca8d3e744ed18a64d328ce68ab09539.tar.xz
Update to 0.4.4
Diffstat (limited to 'python-cheetah')
-rwxr-xr-xpython-cheetah/build/python-cheetah.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python-cheetah/build/python-cheetah.SlackBuild b/python-cheetah/build/python-cheetah.SlackBuild
index 012ed0b5..29c5f5e4 100755
--- a/python-cheetah/build/python-cheetah.SlackBuild
+++ b/python-cheetah/build/python-cheetah.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2010 Eric Hameleers <alien@slackware.com>
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 2.4.2.1-1: 19/mar/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.4.4-1: 13/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh python-cheetah.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=python-cheetah
-VERSION=${VERSION:-2.4.2.1}
+VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -143,7 +145,7 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd Cheetah-${VERSION}
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+chmod -R u+w,go+r-w,a+X-s .
echo Building ...
LDFLAGS="$SLKLDFLAGS" \