From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/ldns/ldns.xibuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 repo/ldns/ldns.xibuild (limited to 'repo/ldns/ldns.xibuild') diff --git a/repo/ldns/ldns.xibuild b/repo/ldns/ldns.xibuild new file mode 100644 index 0000000..a835ee6 --- /dev/null +++ b/repo/ldns/ldns.xibuild @@ -0,0 +1,26 @@ +#!/bin/sh + +MAKEDEPS="make libpcap" +DEPS="openssl libpcap" + +PKG_VER=1.8.1 +SOURCE=https://www.nlnetlabs.nl/downloads/ldns/ldns-$PKG_VER.tar.gz +DESC="Free software implementation of IDNA2008, Punycode and TR46" + +build () { + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-rpath \ + --with-drill \ + --disable-dane-verify \ + --with-examples \ + --with-trust-anchor=/etc/trusted-key.key \ + + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1