wok rev 22923
updated hash-slinger (2.7 -> 3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 07:34:15 2020 +0100 (2020-02-26) |
parents | 194d28e90087 |
children | f7cfddec74b3 |
files | hash-slinger/receipt |
line diff
1.1 --- a/hash-slinger/receipt Wed Feb 26 07:17:21 2020 +0100 1.2 +++ b/hash-slinger/receipt Wed Feb 26 07:34:15 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hash-slinger" 1.7 -VERSION="2.7" 1.8 +VERSION="3.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Various tools to generate special DNS records." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="https://people.redhat.com/pwouters" 1.14 +WEB_SITE="https://github.com/letoams/hash-slinger" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL" 1.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="python" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - make -j 1 && 1.26 + make && 1.27 make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 @@ -24,5 +24,5 @@ 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr 1.34 - cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/bin $fs/usr 1.36 }