wok diff scrub/receipt @ rev 23156
Up nwipe (0.28) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 17:43:47 2020 +0100 (2020-03-15) |
parents | 6135577f4d08 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/scrub/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/scrub/receipt Sun Mar 15 17:43:47 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scrub" 1.7 -VERSION="2.4" 1.8 +VERSION="2.6.1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Iteratively writes patterns on files or disk devices to make retreiving the data more difficult." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="https://github.com/chaos/scrub" 1.15 -WGET_URL="http://diskscrub.googlecode.com/files/$TARBALL" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL" 1.19 1.20 DEPENDS="" 1.21 BUILD_DEPENDS="perl" 1.22 @@ -16,13 +17,13 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure \ 1.28 - --prefix=/usr \ 1.29 - --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --infodir=/usr/share/info \ 1.34 + --mandir=/usr/share/man \ 1.35 $CONFIGURE_ARGS && 1.36 - make && make DESTDIR=$DESTDIR install 1.37 + make && 1.38 + make DESTDIR=$DESTDIR install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 @@ -31,4 +32,3 @@ 1.43 mkdir -p $fs/usr 1.44 cp -a $install/usr/bin $fs/usr 1.45 } 1.46 -