diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-29 23:45:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:57 -0500 |
commit | 0077d2638462a553d30c2da997830d46f60a144d (patch) | |
tree | 4e394bc73689965f2b48ec5881ee907f5bf35f8c /system/curlftpfs | |
parent | cf2a15c63f0c1dd97b99151fad471df770bfbddd (diff) | |
download | slackbuilds-0077d2638462a553d30c2da997830d46f60a144d.tar.gz |
system/curlftps: Script cleanup + updated maintainer information.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/curlftpfs')
-rw-r--r-- | system/curlftpfs/curlftpfs.SlackBuild | 9 | ||||
-rw-r--r-- | system/curlftpfs/curlftpfs.info | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/system/curlftpfs/curlftpfs.SlackBuild b/system/curlftpfs/curlftpfs.SlackBuild index 129361cca2..0c14347c00 100644 --- a/system/curlftpfs/curlftpfs.SlackBuild +++ b/system/curlftpfs/curlftpfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for curlftpfs -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=0.9.2 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 @@ -82,10 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \ make 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 -) +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ diff --git a/system/curlftpfs/curlftpfs.info b/system/curlftpfs/curlftpfs.info index 4fc24913ac..e053be360b 100644 --- a/system/curlftpfs/curlftpfs.info +++ b/system/curlftpfs/curlftpfs.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/curlftpfs/curlftpfs-0.9.2.tar.gz" MD5SUM="b452123f755114cd4461d56c648d9f12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="pprkut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" APPROVED="Michiel" |