wok-current diff hash-slinger/receipt @ rev 21127
gejengel: imagemagick 7 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 20 21:23:37 2019 +0100 (2019-03-20) |
parents | 8ed093db56cb |
children | 034f0bc3a3ec |
line diff
1.1 --- a/hash-slinger/receipt Wed Sep 16 22:29:25 2015 +0200 1.2 +++ b/hash-slinger/receipt Wed Mar 20 21:23:37 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hash-slinger" 1.7 -VERSION="2.6" 1.8 +VERSION="2.7" 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 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://people.redhat.com/pwouters" 1.17 -WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL" 1.18 +WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL" 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 && 1.26 + make -j 1 && 1.27 make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 @@ -25,4 +26,3 @@ 1.31 mkdir -p $fs/usr 1.32 cp -a $install/usr/bin $fs/usr 1.33 } 1.34 -