# HG changeset patch # User Hans-G?nter Theisgen # Date 1552234817 -3600 # Node ID eed0ab5084e3de38cee145c02028e997e4cf1881 # Parent f7f1e45f4243a1f3f476a4ba7474daef7ed9d30b updated hash-slinger (2.6 -> 2.7) diff -r f7f1e45f4243 -r eed0ab5084e3 hash-slinger/receipt --- a/hash-slinger/receipt Sun Mar 10 17:14:15 2019 +0100 +++ b/hash-slinger/receipt Sun Mar 10 17:20:17 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="hash-slinger" -VERSION="2.6" +VERSION="2.7" CATEGORY="network" SHORT_DESC="Various tools to generate special DNS records." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://people.redhat.com/pwouters" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://people.redhat.com/pwouters" -WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL" +WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL" DEPENDS="python" # Rules to configure and make the package. compile_rules() { - make && + make -j 1 && make DESTDIR=$DESTDIR install } @@ -25,4 +26,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -