diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-11-06 10:41:08 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:07 -0600 |
commit | 9fadc18804c76031978859d3b563bc474acee216 (patch) | |
tree | 196d03fa8305d5eb9ffec44d09bfa56cf6ecb86c /graphics/fotowall/fotowall.SlackBuild | |
parent | 0abc8ee3944b538dd69acc2bc1548bd0a1e5b544 (diff) | |
download | slackbuilds-9fadc18804c76031978859d3b563bc474acee216.tar.gz |
graphics/fotowall: New maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/fotowall/fotowall.SlackBuild')
-rw-r--r-- | graphics/fotowall/fotowall.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild index 1dd1fa1bc9..387eccea94 100644 --- a/graphics/fotowall/fotowall.SlackBuild +++ b/graphics/fotowall/fotowall.SlackBuild @@ -1,8 +1,10 @@ #!/bin/sh # Slackware build script for fotowall +# Home Page http://www.enricoros.com/opensource/fotowall/ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> +# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011 SRCNAM=Fotowall PRGNAM=fotowall @@ -10,12 +12,10 @@ VERSION=${VERSION:-0.9} 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 @@ -66,10 +66,8 @@ make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( 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 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |