mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/wipe: Update HOMEPAGE, download URL and SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
428891681b
commit
7f33f8ee3f
4 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
wipe (Secure data destruction).
|
||||
|
||||
Wipe is a file and block device wiping utility. It is based on work by
|
||||
Peter Gutmann.
|
||||
Wipe is a file and block device wiping utility. It is based on work
|
||||
by Peter Gutmann.
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
wipe: wipe (Secure data destruction)
|
||||
wipe:
|
||||
wipe: Wipe is a file and block device wiping utility. It is based on work
|
||||
wipe: Wipe is a file and block device wiping utility. It is based on work
|
||||
wipe: by Peter Gutmann.
|
||||
wipe:
|
||||
wipe: Home page: http://sourceforge.net/projects/wipe/
|
||||
wipe: Home page: https://sourceforge.net/projects/wipe/
|
||||
wipe:
|
||||
wipe:
|
||||
wipe:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for wipe.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,12 +24,12 @@
|
|||
|
||||
PRGNAM=wipe
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="wipe"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://sourceforge.net/projects/wipe/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2"
|
||||
HOMEPAGE="https://sourceforge.net/projects/wipe/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2"
|
||||
MD5SUM="3aed00711e0490edbec115bc283b8544"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue