libraries/adns: Updated for version 1.6.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sergey Poznyakoff 2020-09-04 12:09:35 +01:00 committed by Willy Sudiarto Raharjo
parent 503f88d151
commit 95c615f37c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View file

@ -24,9 +24,10 @@
PRGNAM=adns
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -69,8 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
zcat $CWD/destdir.patch.gz | patch -p1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -83,9 +82,13 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
# Compile the application and install it into the $PKG directory
make
make install DESTDIR=$PKG
find $PKG -name \*\.a -type f -delete
# Copy program documentation into the package
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING GPL-vs-LGPL NEWS README TODO \
@ -95,5 +98,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
# Make the package; be sure to leave it in $OUTPUT
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

Binary file not shown.

View file

@ -13,7 +13,7 @@ adns: functionality. The library is asynchronous, allowing several
adns: concurrent calls. The package also includes several command-line
adns: utilities for use in scripts.
adns:
adns: The library is written by Ian Jackson. This is an official GNU
adns: The library is written by Ian Jackson. This is an official GNU
adns: package. It's homepage is http://www.chiark.greenend.org.uk/~ian/adns
adns:
adns: