diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 19:58:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 19:58:43 +0200 |
commit | 4cfceb141c0770aa37123fde6fc26c28283314ad (patch) | |
tree | 8973da1d99561d6ede8c4c69253d528a70e197f8 /package/bind | |
parent | 3b76e79f14e279a6526809e630e45e4f760d77de (diff) | |
parent | ba4b6056da30ddb19809b72309a009a1c84a7656 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bind')
-rw-r--r-- | package/bind/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index eb6eb46da..c2dda8f42 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -8,17 +8,17 @@ PKG_VERSION:= 9.7.0 PKG_RELEASE:= 1 PKG_MD5SUM:= c245b5d1aa0a4f53d9538faa1efe2c3f PKG_DESCR:= popular DNS server -PKG_SECTION:= net +PKG_SECTION:= dns PKG_DEPENDS:= libopenssl libbind libxml2 PKG_BUILDDEP+= openssl libxml2 PKG_URL:= https://www.isc.org/software/bind PKG_SITES:= ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/ PKG_DESCR_1:= dynamic dns client (nsupdate utility) -PKG_DESCR_2:= Support library for the bind tools and dns server/client +PKG_DESCR_2:= library for the bind software suite PKG_DESCR_3:= rndc & rndc-confgen utilities -PKG_DESCR_4:= named-checkconf & named-checkzone utilities -PKG_DESCR_5:= dnssec-keygen & dnssec-signzone utilities +PKG_DESCR_4:= check utilities +PKG_DESCR_5:= dnssec utilities PKG_DESCR_6:= host utility PKG_DESCR_7:= dig utility |