# HG changeset patch # User Hans-G?nter Theisgen # Date 1557324757 -3600 # Node ID 711632e875402f592cb5ec183b88dd0896ebf32f # Parent 1e4539eec0137a3de00470d856dc8c2a9b50f6ba updated nsd (4.0.1 -> 4.1.27) diff -r 1e4539eec013 -r 711632e87540 nsd/receipt --- a/nsd/receipt Tue May 07 19:16:48 2019 +0200 +++ b/nsd/receipt Wed May 08 15:12:37 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="nsd" -VERSION="4.0.1" +VERSION="4.1.27" CATEGORY="network" SHORT_DESC="An authoritative only, high performance, and simple name server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" +WEB_SITE="https://www.nlnetlabs.nl/projects/nsd/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -LICENSE="other" -WEB_SITE="http://www.nlnetlabs.nl/projects/nsd/" -WGET_URL="http://www.nlnetlabs.nl/downloads/nsd/$TARBALL" +WGET_URL="https://www.nlnetlabs.nl/downloads/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/nsd" DEPENDS="libssl libcrypto" @@ -17,9 +18,10 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -29,7 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/var $fs - cp -a $install/etc $fs + + cp -a $install/usr/sbin $fs/usr + cp -a $install/var $fs + cp -a $install/etc $fs }