summaryrefslogtreecommitdiffstats
path: root/libraries/ctemplate
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2015-03-22 12:06:06 +0100
committer Willy Sudiarto Raharjo2015-04-03 15:50:13 +0200
commit3efefad7a86cd7c4fb75547277c5a37b53f28319 (patch)
tree64c29ca10d18ee2df7361338cd2f3e2ed8d0db68 /libraries/ctemplate
parent72aaed5ad37ea8f2d1e4a5d8529c022912de25c4 (diff)
downloadslackbuilds-3efefad7a86cd7c4fb75547277c5a37b53f28319.tar.gz
libraries/ctemplate: Updated for version 2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 27cfeb6263..373d42d782 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 75f99d237d..2e987f4fc5 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 902d32780c..aca66ae7ec 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: