summaryrefslogtreecommitdiffstats
path: root/system/ccrypt
diff options
context:
space:
mode:
author Nishant Limbachia2010-04-18 17:16:39 +0200
committer Erik Hanson2010-05-15 10:38:22 +0200
commit6957cf4c9e918dfb497a7fca0dbb8ce7a490b356 (patch)
tree75f3d3cdc1318b05c44cad1c5c85d2a0bd1eab32 /system/ccrypt
parent090bc010fb5a62e6c93105973ee4e5bf01f289cd (diff)
downloadslackbuilds-6957cf4c9e918dfb497a7fca0dbb8ce7a490b356.tar.gz
system/ccrypt: Build bump, script cleanup.
Use install-strip now.
Diffstat (limited to 'system/ccrypt')
-rw-r--r--system/ccrypt/ccrypt.SlackBuild18
-rw-r--r--system/ccrypt/ccrypt.info2
-rw-r--r--system/ccrypt/slack-desc2
3 files changed, 7 insertions, 15 deletions
diff --git a/system/ccrypt/ccrypt.SlackBuild b/system/ccrypt/ccrypt.SlackBuild
index 4bf03738ad..1b4acca6f9 100644
--- a/system/ccrypt/ccrypt.SlackBuild
+++ b/system/ccrypt/ccrypt.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for ccrypt
# Home Page http://ccrypt.sourceforge.net/
-# Copyright (c) 2009, Nishant Limbachia, Hoffman Est, IL, USA (nishant@mnspace.net)
+# Copyright (c) 2009-2010, 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
@@ -27,7 +27,7 @@
PRGNAM=ccrypt
VERSION=1.9
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -73,15 +73,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
-make install DESTDIR=$PKG
-
-### strip binaries
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null ||true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
-)
+make install-strip DESTDIR=$PKG
### compress man pages
( cd $PKG/usr/man
@@ -90,8 +82,8 @@ make install DESTDIR=$PKG
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog COPYING AUTHORS README INSTALL NEWS $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+cp -a ChangeLog COPYING AUTHORS README \
+ INSTALL NEWS $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/system/ccrypt/ccrypt.info b/system/ccrypt/ccrypt.info
index 880ed7f77f..8b467dcaf0 100644
--- a/system/ccrypt/ccrypt.info
+++ b/system/ccrypt/ccrypt.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"
diff --git a/system/ccrypt/slack-desc b/system/ccrypt/slack-desc
index 60e9e22dae..ef05294e51 100644
--- a/system/ccrypt/slack-desc
+++ b/system/ccrypt/slack-desc
@@ -13,7 +13,7 @@ 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)
ccrypt:
-ccrypt: Homepage: http://ccrypt.sourceforge.net/
+ccrypt: Home Page: http://ccrypt.sourceforge.net/
ccrypt:
ccrypt:
ccrypt: