aboutsummaryrefslogtreecommitdiff
path: root/python/PyStemmer/PyStemmer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyStemmer/PyStemmer.SlackBuild')
-rw-r--r--python/PyStemmer/PyStemmer.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/PyStemmer/PyStemmer.SlackBuild b/python/PyStemmer/PyStemmer.SlackBuild
index 74f2a66809..737d8fb9e2 100644
--- a/python/PyStemmer/PyStemmer.SlackBuild
+++ b/python/PyStemmer/PyStemmer.SlackBuild
@@ -26,6 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=PyStemmer
VERSION=${VERSION:-2.2.0.1}
+LIBSTEMMERC_VERSION=${LIBSTEMMERC_VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,6 +73,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
+tar xvf $CWD/libstemmer_c-$LIBSTEMMERC_VERSION.tar.gz
chown -R root:root .
find -L . \