summaryrefslogtreecommitdiffstats
path: root/libraries/reportlab/reportlab.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/reportlab/reportlab.SlackBuild')
-rw-r--r--libraries/reportlab/reportlab.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/reportlab/reportlab.SlackBuild b/libraries/reportlab/reportlab.SlackBuild
index 589b0788a4..b9d147a2d0 100644
--- a/libraries/reportlab/reportlab.SlackBuild
+++ b/libraries/reportlab/reportlab.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for reportlab
-# Copyright 2007-2009 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2007-2010 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=reportlab
-VERSION=${VERSION:-2.3}
+VERSION=${VERSION:-2.4}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,7 @@ fi
# directory for python packages
PYTHONDIR=$(python -c "import sys, os; print os.path.join('/usr/lib${LIBDIRSUFFIX}', 'python%s' % sys.version[:3], 'site-packages')")
-DOCFILES="CHANGES.txt LICENSE.txt README.txt docs/*.pdf"
+DOCFILES="CHANGES.txt LICENSE.txt README.txt INSTALL.txt docs/*.pdf"
OTHERPYFILES="demos tools tests"
set -e