# HG changeset patch # User Hans-G?nter Theisgen # Date 1592758145 -3600 # Node ID 386f4ebbec56aee557a8fd856e89ecd2b705d76b # Parent 352233ef855e6bec784c1c3a30a1b049a364c2a5 updated check (0.12.0 -> 0.14.0) diff -r 352233ef855e -r 386f4ebbec56 check/receipt --- a/check/receipt Sun Jun 21 17:41:36 2020 +0100 +++ b/check/receipt Sun Jun 21 17:49:05 2020 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt v2. PACKAGE="check" -VERSION="0.12.0" +VERSION="0.14.0" CATEGORY="system-tools" SHORT_DESC="A unit testing framework for C" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="https://libcheck.github.io/check/" LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter05/check.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/libcheck/check/releases/download/$VERSION/$TARBALL" -TARBALL_SHA1="f6d95392b8c6b9efdab559e6dba239b30a389b56" +# 0.12.0 TARBALL_SHA1="f6d95392b8c6b9efdab559e6dba239b30a389b56" SPLIT="$PACKAGE-dev" @@ -20,9 +20,10 @@ COPY_std="*.so*" COPY_dev="@dev checkmk" -compile_rules() { - ./configure \ - --disable-static \ +compile_rules() +{ + ./configure \ + --disable-static \ $CONFIGURE_ARGS && fix libtool && make &&