wok-next annotate nsd/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents d43bf7aae921
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@15958 2
pascal@15958 3 PACKAGE="nsd"
al@20715 4 VERSION="4.1.21"
pascal@15958 5 CATEGORY="network"
al@20513 6 SHORT_DESC="An authoritative only, high performance, and simple name server"
pascal@15958 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15958 8 LICENSE="other"
al@20715 9 WEB_SITE="https://www.nlnetlabs.nl/projects/nsd/about/"
al@20513 10
al@20513 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20715 12 WGET_URL="https://www.nlnetlabs.nl/downloads/nsd/$TARBALL"
al@20715 13 TARBALL_SHA1="5f766ce1dd7d6875a4dd61bf7934f73271b9580d"
al@20715 14 TARBALL_SHA256="7858b934a07e1582079d7e724b05855380416b7fd68cdaeeca16305bd66bd2bd"
pascal@15958 15
pascal@15958 16 BUILD_DEPENDS="libevent-dev openssl-dev"
pascal@15958 17
al@20513 18 compile_rules() {
al@20715 19 ./configure $CONFIGURE_ARGS &&
al@20715 20 make &&
al@20715 21 make install
pascal@15958 22 }
pascal@15958 23
al@20513 24 genpkg_rules() {
al@20513 25 copy @std
al@20715 26 DEPENDS="libevent openssl"
al@20715 27 CONFIG_FILES="/etc/nsd/"
pascal@15958 28 }