misc/dwdiff: Updated for version 1.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
8f0b0a8ed0
commit
4315fd7ab9
|
@ -12,8 +12,8 @@ The default output from dwdiff is the new text, with the deleted and
|
|||
inserted parts annotated with markers. Command line options are
|
||||
available to change both what is printed, and the markers.
|
||||
|
||||
If you wish to have de localization or nl localization and manpages,
|
||||
pass 'NLS="de nl"' or either one to the SlackBuild.
|
||||
If you wish to have nl manpages and/or de, fr, nl, ru localization pass
|
||||
'NLS="de fr nl ru"' (or whichever of them is wanted) to the SlackBuild.
|
||||
|
||||
If you wish to enable the handling of Unicode text, install the icu4c
|
||||
library and pass "UNICODE=yes" to the SlackBuild.
|
||||
|
|
|
@ -5,16 +5,14 @@
|
|||
# Released under the WTFPL
|
||||
|
||||
PRGNAM=dwdiff
|
||||
VERSION=${VERSION:-1.7}
|
||||
VERSION=${VERSION:-1.8}
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dwdiff"
|
||||
VERSION="1.7"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
|
||||
DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.7.tgz"
|
||||
MD5SUM="c88714707d755c5202a4a7fd74e815fd"
|
||||
DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.8.tgz"
|
||||
MD5SUM="c93d23b8af4ba0cffe9702f90d2a97bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="slakmagik"
|
||||
EMAIL="slakmagik@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue