From 0077d2638462a553d30c2da997830d46f60a144d Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 29 Mar 2011 23:45:50 +0200 Subject: [PATCH] system/curlftps: Script cleanup + updated maintainer information. Signed-off-by: Heinz Wiesinger --- system/curlftpfs/curlftpfs.SlackBuild | 9 ++------- 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 +# 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"