mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/cppunit: Updated for version 1.15.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
02dfd51165
commit
1efa0f2e8a
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for CppUnit
|
||||
|
||||
# Copyright 2014-2017 Kyle Guinn <elyk03@gmail.com>, USA
|
||||
# Copyright 2014-2020 Kyle Guinn <elyk03@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cppunit
|
||||
VERSION=${VERSION:-1.14.0}
|
||||
VERSION=${VERSION:-1.15.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -37,7 +37,7 @@ fi
|
|||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
PKG=$TMP/package-$PRGNAM-$VERSION
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Makefile.am handles AUTHORS, BUGS, CodingGuideLines.txt, INSTALL*, doc/FAQ
|
||||
|
@ -93,6 +93,7 @@ autoreconf -vif
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
||||
make
|
||||
make check
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
find $PKG/usr/lib${LIBDIRSUFFIX} -name '*.la' -delete
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cppunit"
|
||||
VERSION="1.14.0"
|
||||
VERSION="1.15.1"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit/"
|
||||
DOWNLOAD="https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz"
|
||||
MD5SUM="7ad93022171710a541bfe4bfd8b4a381"
|
||||
DOWNLOAD="https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz"
|
||||
MD5SUM="9dc669e6145cadd9674873e24943e6dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue