mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/dwdiff: Updated for version 1.5.2
This commit is contained in:
parent
51b9a04475
commit
e301f1c504
2 changed files with 10 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# Released under the WTFPL
|
||||
|
||||
PRGNAM=dwdiff
|
||||
VERSION=1.4
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -24,9 +24,9 @@ elif [ "$ARCH" = "x86_64" ]; then
|
|||
fi
|
||||
|
||||
if [[ -z $UNICODE ]]; then
|
||||
UNICODE=without
|
||||
UNICODE=without
|
||||
else
|
||||
UNICODE=with
|
||||
UNICODE=with
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -57,7 +57,7 @@ make LINGUAS="${NLS:=""}" prefix=$PKG/usr install
|
|||
|
||||
mv $PKG/usr/share/doc $PKG/usr
|
||||
if [ -z "$NLS" ]; then # share/ will be empty
|
||||
rmdir $PKG/usr/share
|
||||
rmdir $PKG/usr/share
|
||||
fi
|
||||
|
||||
( cd $PKG
|
||||
|
@ -72,6 +72,8 @@ fi
|
|||
for i in $(find . -type l); do ln -s $(readlink $i).gz $i.gz; rm $i; done
|
||||
)
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dwdiff"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
|
||||
DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.4.tgz"
|
||||
MD5SUM="8415fdb6963fe662d0042bb18dde49df"
|
||||
DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.5.2.tgz"
|
||||
MD5SUM="f745fc3a965b9716ed49c8dac77d689a"
|
||||
MAINTAINER="slakmagik"
|
||||
EMAIL="jsun@freeshell.org"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue