# HG changeset patch # User Hans-G?nter Theisgen # Date 1592838463 -3600 # Node ID 408bf3cc43de2410fb7b7de40534af7b1ff29658 # Parent d5ccc78ffcc5e50e89c0480be0e190cb3d816f9f updated cppunit (1.14.0 -> 1.15.1) diff -r d5ccc78ffcc5 -r 408bf3cc43de coreutils/receipt --- a/coreutils/receipt Mon Jun 22 16:02:42 2020 +0100 +++ b/coreutils/receipt Mon Jun 22 16:07:43 2020 +0100 @@ -13,7 +13,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="autoconf automake gettext-dev gmp-dev libcap-devopenssl-dev +BUILD_DEPENDS="autoconf automake gettext-dev gmp-dev libcap-dev openssl-dev patch texinfo xz" SPLIT="\ $PACKAGE-character $PACKAGE-command $PACKAGE-conditions \ diff -r d5ccc78ffcc5 -r 408bf3cc43de cppunit/receipt --- a/cppunit/receipt Mon Jun 22 16:02:42 2020 +0100 +++ b/cppunit/receipt Mon Jun 22 16:07:43 2020 +0100 @@ -1,10 +1,10 @@ # SliTaz package receipt v2. PACKAGE="cppunit" -VERSION="1.14.0" +VERSION="1.15.1" CATEGORY="system-tools" SHORT_DESC="A C++ unit testing framework" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="https://www.freedesktop.org/wiki/Software/cppunit/" @@ -13,16 +13,18 @@ SPLIT="$PACKAGE-dev" -compile_rules() { - ./configure \ - --disable-static \ +compile_rules() +{ + ./configure \ + --disable-static \ $CONFIGURE_ARGS && fix libtool && make && make install } -genpkg_rules() { +genpkg_rules() +{ case $PACKAGE in cppunit) copy @std;; *-dev) copy @dev;;