summaryrefslogtreecommitdiffstats
path: root/python/pelican/pelican.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt2015-03-12 16:47:34 +0100
committer Willy Sudiarto Raharjo2015-03-12 16:47:34 +0100
commit1337beb99e3ccdf6b6402d51d0bcaebf5f764d65 (patch)
treee69ee968663624791d947e9e710550c87b5d73e1 /python/pelican/pelican.SlackBuild
parent60c8c6589c2b24594f29f52ad002976ab90da382 (diff)
downloadslackbuilds-1337beb99e3ccdf6b6402d51d0bcaebf5f764d65.tar.gz
python/pelican: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pelican/pelican.SlackBuild')
-rw-r--r--python/pelican/pelican.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pelican/pelican.SlackBuild b/python/pelican/pelican.SlackBuild
index ed5d86e3dc..928628223d 100644
--- a/python/pelican/pelican.SlackBuild
+++ b/python/pelican/pelican.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pelican
-# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE
+# Copyright 2015 Markus Reichelt, Stolberg (Rhld.), DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=pelican
-VERSION=${VERSION:-3.3}
+VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a samples/ LICENSE README.rst THANKS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs/* pelican/themes/ LICENSE README.rst THANKS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install