aboutsummaryrefslogtreecommitdiff
path: root/extra/bind
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-02-03 17:07:12 +0100
committerCem Keylan <cem@ckyln.com>2023-02-03 17:07:12 +0100
commit263ba4167839cdb6665d65c514fc04d14b69920a (patch)
tree673fe7b2b474ba4d20e56c898c69a4323f335ac8 /extra/bind
parent47997ed3d660a2e73664bd001c14c509790da30a (diff)
downloadrepository-263ba4167839cdb6665d65c514fc04d14b69920a.tar.gz
bind: add new package at 9.18.4
Diffstat (limited to 'extra/bind')
-rwxr-xr-xextra/bind/build14
-rw-r--r--extra/bind/checksums2
-rw-r--r--extra/bind/depends9
-rw-r--r--extra/bind/meta3
-rw-r--r--extra/bind/sources1
5 files changed, 29 insertions, 0 deletions
diff --git a/extra/bind/build b/extra/bind/build
new file mode 100755
index 00000000..0f0a0f88
--- /dev/null
+++ b/extra/bind/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+# Remove libtool dependency.
+clsed 's/as_fn_error.*libtool/: "/g' configure
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin
+
+make
+make DESTDIR="$1" install
+
+# Why are tests installed to $DESTDIR's /tmp ?
+rm -rf "$1/tmp"
diff --git a/extra/bind/checksums b/extra/bind/checksums
new file mode 100644
index 00000000..e59d0619
--- /dev/null
+++ b/extra/bind/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+d546d20796debe7365755393718122013c47f0ea38d684d677f328bca62d93cc bind-9.18.4.tar.xz
diff --git a/extra/bind/depends b/extra/bind/depends
new file mode 100644
index 00000000..60517a1e
--- /dev/null
+++ b/extra/bind/depends
@@ -0,0 +1,9 @@
+json-c
+libcap
+libnghttp2
+libuv
+libressl
+perl make
+pkgconf make
+xz
+zlib
diff --git a/extra/bind/meta b/extra/bind/meta
new file mode 100644
index 00000000..521759d0
--- /dev/null
+++ b/extra/bind/meta
@@ -0,0 +1,3 @@
+description: Berkeley Internet Name Domain server - DNS utils
+license: MPL-2.0
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/bind/sources b/extra/bind/sources
new file mode 100644
index 00000000..69af207d
--- /dev/null
+++ b/extra/bind/sources
@@ -0,0 +1 @@
+https://downloads.isc.org/isc/bind9/9.18.4/bind-9.18.4.tar.xz