From 090bc010fb5a62e6c93105973ee4e5bf01f289cd Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 18 Apr 2010 10:14:10 -0500 Subject: system/safecopy: Build bump, script cleanup. Use install-strip now. --- system/safecopy/safecopy.SlackBuild | 26 +++++++++----------------- system/safecopy/safecopy.info | 2 +- system/safecopy/slack-desc | 2 +- 3 files changed, 11 insertions(+), 19 deletions(-) (limited to 'system') diff --git a/system/safecopy/safecopy.SlackBuild b/system/safecopy/safecopy.SlackBuild index 3ac7366ed7f5..0680c3ed25c1 100644 --- a/system/safecopy/safecopy.SlackBuild +++ b/system/safecopy/safecopy.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for safecopy # Home Page http://safecopy.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 +# 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 @@ -27,7 +27,7 @@ PRGNAM=safecopy VERSION=1.6 ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -68,27 +68,19 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info - -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 +make install-strip DESTDIR=$PKG ### compress man pages ( 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 INSTALL NEWS specification.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING AUTHORS README INSTALL NEWS \ +specification.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/safecopy/safecopy.info b/system/safecopy/safecopy.info index 49da56219578..e76c8d2f8ab4 100644 --- a/system/safecopy/safecopy.info +++ b/system/safecopy/safecopy.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/safecopy/slack-desc b/system/safecopy/slack-desc index 90e6bbfb570d..e668afd4c7d9 100644 --- a/system/safecopy/slack-desc +++ b/system/safecopy/slack-desc @@ -15,5 +15,5 @@ safecopy: Program claims to be useful in situations where other tools like safecopy: dd would fail due to I/O errors. safecopy: Safecopy is released under GNU GPL v2 (or higher). safecopy: -safecopy: Homepage: http://safecopy.sourceforge.net/ +safecopy: Home Page: http://safecopy.sourceforge.net/ safecopy: -- cgit v1.2.3