# djbdns/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = tbd #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [build] killany -qw dnscache || true BINDIR=$PKGDIR_PROD/bin MANBASE=$PKGDIR_PROD/man MANDIR1=$MANBASE/man1 MANDIR8=$MANBASE/man8 mkdir -p $BINDIR $MANDIR1 $MANDIR8 smpmake cp -p $PKGDIR_SPECIAL/dnsruncache $BINDIR/ chmod a+x $BINDIR/dnsruncache for x in dnscache dnsip dnsq dnsqr do cp -p $x $BINDIR/ cp -p $PKGDIR_SPECIAL/man/$x.1 $MANDIR1/ 2> /dev/null || true cp -p $PKGDIR_SPECIAL/man/$x.8 $MANDIR8/ 2> /dev/null || true done rm -fr /var/dnscache ./dnscache-conf root root /var/dnscache #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = tbd #--------------------------------------------------------------------- [history] 201227 Added package. Started with 1.05.