summaryrefslogtreecommitdiffstats
path: root/development/check/check.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/check/check.SlackBuild')
-rw-r--r--development/check/check.SlackBuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/development/check/check.SlackBuild b/development/check/check.SlackBuild
index 20641ec9d6..ea8d7b0495 100644
--- a/development/check/check.SlackBuild
+++ b/development/check/check.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Check
-# Copyright 2006 Jules Villard <theblatte@loulous.org>
+# Copyright 2006-2020 Jules Villard <theblatte@loulous.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Modified by Eugene M., <damagedone at gmx dot com>
PRGNAM=check
-VERSION=${VERSION:-0.12.0}
+VERSION=${VERSION:-0.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,16 +71,15 @@ 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 {} \;
-autoreconf --install
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --infodir=/usr/info \
--mandir=/usr/man \
+ --infodir=/usr/info \
+ --disable-static \
--build=$ARCH-slackware-linux
make
@@ -92,9 +91,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-rm -f $PKG/usr/info/dir
+rm -rf $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
-rm -rf $PKG/usr/share/doc
+rm -rf $PKG/usr/share/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a INSTALL NEWS README THANKS TODO \