summaryrefslogtreecommitdiffhomepage
path: root/groups.d/241.native_packages_inet.d/bind.package
diff options
context:
space:
mode:
Diffstat (limited to 'groups.d/241.native_packages_inet.d/bind.package')
-rw-r--r--groups.d/241.native_packages_inet.d/bind.package10
1 files changed, 10 insertions, 0 deletions
diff --git a/groups.d/241.native_packages_inet.d/bind.package b/groups.d/241.native_packages_inet.d/bind.package
new file mode 100644
index 00000000..d2cc43cf
--- /dev/null
+++ b/groups.d/241.native_packages_inet.d/bind.package
@@ -0,0 +1,10 @@
+: ${PKG_BIND_DEPENDS:="curl libressl libz"};
+: ${PKG_BIND_SHA256SUM:=6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802};
+: ${PKG_BIND_VERSION:=9.13.2};
+: ${PKG_BIND_URL:=https://ftp.isc.org/isc/bind/${PKG_BIND_VERSION}/bind-${PKG_BIND_VERSION}.tar.gz};
+: ${PKG_BIND_CONFIGURE_ARGS_EXTRA:="--with-libtool --disable-backtrace --with-eddsa=no --with-ecdsa=yes --with-gssapi=no --with-libxml2=no --with-libjson=no --with-openssl=${PREFIX_NATIVE} --without-lmdb BUILD_CC=gcc"};
+: ${PKG_BIND_MAKEFLAGS_PARALLELISE:="-j1"};
+
+ex_pkg_register "bind" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
+
+# vim:filetype=sh textwidth=0