aboutsummaryrefslogtreecommitdiff
path: root/libraries/ctemplate
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ctemplate')
-rw-r--r--libraries/ctemplate/ctemplate.SlackBuild16
-rw-r--r--libraries/ctemplate/ctemplate.info8
-rw-r--r--libraries/ctemplate/slack-desc2
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/ctemplate/ctemplate.SlackBuild b/libraries/ctemplate/ctemplate.SlackBuild
index 27cfeb62633d..373d42d7829e 100644
--- a/libraries/ctemplate/ctemplate.SlackBuild
+++ b/libraries/ctemplate/ctemplate.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ctemplate
-# Copyright (C) 2012 Willy Sudiarto Raharjo <willysr@slackware-id.org> Indonesia
+# Copyright (C) 2012-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ctemplate
-VERSION=${VERSION:-2.2}
+VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,15 +59,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/libraries/ctemplate/ctemplate.info b/libraries/ctemplate/ctemplate.info
index 75f99d237d4a..2e987f4fc53c 100644
--- a/libraries/ctemplate/ctemplate.info
+++ b/libraries/ctemplate/ctemplate.info
@@ -1,8 +1,8 @@
PRGNAM="ctemplate"
-VERSION="2.2"
-HOMEPAGE="http://code.google.com/p/ctemplate"
-DOWNLOAD="https://ctemplate.googlecode.com/files/ctemplate-2.2.tar.gz"
-MD5SUM="1de89d9073f473c1e31862c4581636f3"
+VERSION="2.3"
+HOMEPAGE="https://github.com/OlafvdSpek/ctemplate/"
+DOWNLOAD="https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz"
+MD5SUM="3b91f3c1e7aa55cb4c2957acf77d6b9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/ctemplate/slack-desc b/libraries/ctemplate/slack-desc
index 902d32780c6c..aca66ae7ecdc 100644
--- a/libraries/ctemplate/slack-desc
+++ b/libraries/ctemplate/slack-desc
@@ -12,7 +12,7 @@ ctemplate: CTemplate is a simple but powerful template language for C++.
ctemplate: It emphasizes separating logic from presentation: it is not
ctemplate: possible to embed application logic in this template language.
ctemplate:
-ctemplate: Homepage: http://code.google.com/p/ctemplate
+ctemplate: Homepage: https://github.com/OlafvdSpek/ctemplate
ctemplate:
ctemplate:
ctemplate: