desktop/wmweather: Updated for version 2.4.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Cezary M. Kruk 2010-07-01 02:30:42 -05:00 committed by Robby Workman
parent 75d7ad1bb3
commit 2bd4c38fba
2 changed files with 7 additions and 14 deletions

View File

@ -2,20 +2,16 @@
# Slackware build script for wmweather
# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
#
# Modified by the SlackBuilds.org project.
PRGNAM=wmweather
VERSION=${VERSION:-2.4.4}
VERSION=${VERSION:-2.4.5}
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
@ -76,10 +72,7 @@ mv $PKG/etc/X11/WindowMaker/wmweather.conf \
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 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES COPYING README $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,10 +1,10 @@
PRGNAM="wmweather"
VERSION="2.4.4"
HOMEPAGE="http://freshmeat.net/users/godisch/"
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/wmweather/wmweather_2.4.4.orig.tar.gz"
MD5SUM="4aad93bb539c0743f71e28c87267df92"
VERSION="2.4.5"
HOMEPAGE="http://freshmeat.net/projects/wmweather"
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/wmweather/wmweather_2.4.5.orig.tar.gz"
MD5SUM="327263e96126ad6cf1ccde572111190d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Cezary M. Kruk"
EMAIL="c.kruk@bigfoot.com"
APPROVED="dsomero"
APPROVED="rworkman"