wok annotate bind-client/receipt @ rev 21889

updated scite (3.2.0 -> 4.2.0)
author Hans-G?nter Theisgen
date Thu Oct 03 10:00:59 2019 +0100 (2019-10-03)
parents a28f5ae5d7c1
children 37dbe92b4822
rev   line source
pascal@1612 1 # SliTaz package receipt.
pascal@1612 2
pascal@1612 3 PACKAGE="bind-client"
pascal@19449 4 VERSION="9.11.0"
pascal@1612 5 CATEGORY="network"
pascal@1612 6 SHORT_DESC="Domain Name System client."
pascal@1612 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15472 8 LICENSE="ISC"
pascal@20867 9 WEB_SITE="https://www.isc.org/"
pascal@14489 10 WANTED="bind"
pascal@14489 11
pascal@20309 12 DEPENDS="libbind libcrypto attr libpcap readline"
pascal@1612 13
pascal@1612 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1612 15 genpkg_rules()
pascal@1612 16 {
pascal@1612 17 mkdir -p $fs/usr
pascal@14489 18 cp -a $install/usr/bin $fs/usr
pascal@1612 19 }
pascal@1612 20
pascal@8880 21 post_remove()
pascal@8880 22 {
al@18668 23 ln -s /bin/busybox "$1/usr/bin/nslookup"
pascal@8880 24 }