wok-next rev 21567
updated cppunit (1.14.0 -> 1.15.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:07:43 2020 +0100 (2020-06-22) |
parents | d5ccc78ffcc5 |
children | a8680487d09c |
files | coreutils/receipt cppunit/receipt |
line diff
1.1 --- a/coreutils/receipt Mon Jun 22 16:02:42 2020 +0100 1.2 +++ b/coreutils/receipt Mon Jun 22 16:07:43 2020 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="autoconf automake gettext-dev gmp-dev libcap-devopenssl-dev 1.8 +BUILD_DEPENDS="autoconf automake gettext-dev gmp-dev libcap-dev openssl-dev 1.9 patch texinfo xz" 1.10 SPLIT="\ 1.11 $PACKAGE-character $PACKAGE-command $PACKAGE-conditions \
2.1 --- a/cppunit/receipt Mon Jun 22 16:02:42 2020 +0100 2.2 +++ b/cppunit/receipt Mon Jun 22 16:07:43 2020 +0100 2.3 @@ -1,10 +1,10 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="cppunit" 2.7 -VERSION="1.14.0" 2.8 +VERSION="1.15.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="A C++ unit testing framework" 2.11 -MAINTAINER="devel@slitaz.org" 2.12 +MAINTAINER="maintainer@slitaz.org" 2.13 LICENSE="LGPL2.1" 2.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/cppunit/" 2.15 2.16 @@ -13,16 +13,18 @@ 2.17 2.18 SPLIT="$PACKAGE-dev" 2.19 2.20 -compile_rules() { 2.21 - ./configure \ 2.22 - --disable-static \ 2.23 +compile_rules() 2.24 +{ 2.25 + ./configure \ 2.26 + --disable-static \ 2.27 $CONFIGURE_ARGS && 2.28 fix libtool && 2.29 make && 2.30 make install 2.31 } 2.32 2.33 -genpkg_rules() { 2.34 +genpkg_rules() 2.35 +{ 2.36 case $PACKAGE in 2.37 cppunit) copy @std;; 2.38 *-dev) copy @dev;;