development/ldns: Updated for version 1.7.1

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2019-09-22 14:33:39 -07:00 committed by Willy Sudiarto Raharjo
parent 90476a0916
commit f9125847cc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 10 deletions

View file

@ -3,7 +3,7 @@
# Copyright 2008, 2009 Eric Hameleers, Eindhoven, NL
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN USA
# Copyright 2010, R. Andrew Bailey, Chantilly, VA USA
# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@ -34,7 +34,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ldns
VERSION=${VERSION:-1.7.0}
VERSION=${VERSION:-1.7.1}
TAG=${TAG:-_SBo}
BUILD=${BUILD:-1}
@ -85,6 +85,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--includedir=/usr/include \
--localstatedir=/var \
--sysconfdir=/etc \
--mandir=/usr/man \
@ -115,10 +116,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
find $PKG -depth -type d -empty -delete || true
# Install pkgconfig file.
mkdir $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
install -m 0644 packaging/lib${PRGNAM}.pc $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
# Create the root.key file
mkdir -p $PKG/etc/$PRGNAM
sed -n '/Zone/,$p' $CWD/root-anchors.xml | sed -e 's|<[^>]*>||g' | \

View file

@ -1,10 +1,10 @@
PRGNAM="ldns"
VERSION="1.7.0"
VERSION="1.7.1"
HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
DOWNLOAD="http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.0.tar.gz \
DOWNLOAD="http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.1.tar.gz \
https://data.iana.org/root-anchors/root-anchors.xml"
MD5SUM="74b75c9ba69fb3af2a0c26244ecfd9f6 \
0c9bad7c2caac059b80ff68535267b12"
MD5SUM="166262a46995d9972aba417fd091acd5 \
9000e073302426bad33eb9a34eac72f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Exception perl-Devel-CheckLib"