From 3efefad7a86cd7c4fb75547277c5a37b53f28319 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 22 Mar 2015 18:06:06 +0700 Subject: libraries/ctemplate: Updated for version 2.3. Signed-off-by: Willy Sudiarto Raharjo --- libraries/ctemplate/ctemplate.SlackBuild | 16 ++++++++-------- libraries/ctemplate/ctemplate.info | 8 ++++---- libraries/ctemplate/slack-desc | 2 +- 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 Indonesia +# Copyright (C) 2012-2015 Willy Sudiarto Raharjo # 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: -- cgit v1.2.3-80-g2a13