bind: move 'delv' and 'mdig' to utils subpkg
This commit is contained in:
parent
01105f1434
commit
69530dd5db
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
version=9.16.22
|
version=9.16.22
|
||||||
revision=2
|
revision=3
|
||||||
_fullver="${version}${_patchver:+-${_patchver}}"
|
_fullver="${version}${_patchver:+-${_patchver}}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-largefile --with-libtool
|
configure_args="--disable-static --enable-largefile --with-libtool
|
||||||
|
@ -54,7 +54,7 @@ bind-libs_package() {
|
||||||
bind-utils_package() {
|
bind-utils_package() {
|
||||||
short_desc+=" - DNS utils"
|
short_desc+=" - DNS utils"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in dig host nslookup nsupdate; do
|
for f in dig host nslookup nsupdate delv mdig; do
|
||||||
vmove usr/bin/${f}
|
vmove usr/bin/${f}
|
||||||
vmove usr/share/man/man1/${f}.1
|
vmove usr/share/man/man1/${f}.1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue