From b6215723f92e77b57a901f09e026a07d1197dfff Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Tue, 23 Apr 2013 20:48:07 -0400 Subject: system/ccrypt: Updated for version 1.10. Signed-off-by: dsomero --- system/ccrypt/ccrypt.SlackBuild | 21 ++++++++++----------- system/ccrypt/ccrypt.info | 6 +++--- system/ccrypt/slack-desc | 14 +++++++------- 3 files changed, 20 insertions(+), 21 deletions(-) (limited to 'system') diff --git a/system/ccrypt/ccrypt.SlackBuild b/system/ccrypt/ccrypt.SlackBuild index 41984b57b7..8c0e27c8fe 100644 --- a/system/ccrypt/ccrypt.SlackBuild +++ b/system/ccrypt/ccrypt.SlackBuild @@ -3,13 +3,14 @@ # Slackware Package Build Script for ccrypt # Home Page http://ccrypt.sourceforge.net/ -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) +# Copyright (c) 2009-2013, Nishant Limbachia, Hoffman Estates, IL, USA +# (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -24,17 +25,15 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=ccrypt -VERSION=1.9 -BUILD=${BUILD:-2} +PRGNAM="ccrypt" +VERSION=${VERSION:-1.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -58,7 +57,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -fr $TMP/$PRGNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT @@ -83,7 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \ --infodir=/usr/info \ --disable-static \ --build=$ARCH-slackware-linux - + make make install-strip DESTDIR=$PKG @@ -91,7 +90,7 @@ make install-strip DESTDIR=$PKG ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) +) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog COPYING AUTHORS README \ diff --git a/system/ccrypt/ccrypt.info b/system/ccrypt/ccrypt.info index 7000efee81..dcba2c3514 100644 --- a/system/ccrypt/ccrypt.info +++ b/system/ccrypt/ccrypt.info @@ -1,8 +1,8 @@ PRGNAM="ccrypt" -VERSION="1.9" +VERSION="1.10" HOMEPAGE="http://ccrypt.sourceforge.net/" -DOWNLOAD="http://ccrypt.sourceforge.net/download/ccrypt-1.9.tar.gz" -MD5SUM="c3f78019d7a166dd66f1d4b1390c62c2" +DOWNLOAD="http://ccrypt.sourceforge.net/download/ccrypt-1.10.tar.gz" +MD5SUM="44ddd763465c254df83f5d38851d04d7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/ccrypt/slack-desc b/system/ccrypt/slack-desc index ded371505a..5b774731c8 100644 --- a/system/ccrypt/slack-desc +++ b/system/ccrypt/slack-desc @@ -1,14 +1,14 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| ccrypt: ccrypt (unix crypt replacement) -ccrypt: -ccrypt: ccrypt is a utility for encrypting and decrypting files and +ccrypt: +ccrypt: ccrypt is a utility for encrypting and decrypting files and ccrypt: streams. It was designed as a replacement for the standard unix ccrypt: crypt utility and is based on based on the Rijndael cipher ccrypt: (aka AES) -- cgit v1.2.3