wok rev 21894

updated scrub (2.4 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu Oct 03 14:15:41 2019 +0100 (2019-10-03)
parents 8c7a00fa1a66
children 3e5628bfe347
files scrub/receipt
line diff
     1.1 --- a/scrub/receipt	Thu Oct 03 15:08:00 2019 +0200
     1.2 +++ b/scrub/receipt	Thu Oct 03 14:15:41 2019 +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 -