wok-next rev 20585
Up cppunit (1.14.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 11:20:34 2018 +0300 (2018-04-14) |
parents | 5300a5331e2c |
children | 5a603678c166 |
files | cppunit/receipt |
line diff
1.1 --- a/cppunit/receipt Sat Apr 14 10:19:17 2018 +0300 1.2 +++ b/cppunit/receipt Sat Apr 14 11:20:34 2018 +0300 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="cppunit" 1.7 -VERSION="1.12.1" 1.8 +VERSION="1.14.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A C++ unit testing framework" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="https://sourceforge.net/projects/cppunit/" 1.14 +WEB_SITE="https://www.freedesktop.org/wiki/Software/cppunit/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 +WGET_URL="https://dev-www.libreoffice.org/src/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="gfortran doxygen coreutils-path" 1.21 SPLIT="cppunit-dev" 1.22 1.23 compile_rules() { 1.24 - ./configure $CONFIGURE_ARGS && 1.25 + ./configure \ 1.26 + --disable-static \ 1.27 + $CONFIGURE_ARGS && 1.28 fix libtool && 1.29 make && 1.30 make install