wok-next rev 21547

updated check (0.12.0 -> 0.14.0)
author Hans-G?nter Theisgen
date Sun Jun 21 17:49:05 2020 +0100 (2020-06-21)
parents 352233ef855e
children 311ce447df33
files check/receipt
line diff
     1.1 --- a/check/receipt	Sun Jun 21 17:41:36 2020 +0100
     1.2 +++ b/check/receipt	Sun Jun 21 17:49:05 2020 +0100
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="check"
     1.7 -VERSION="0.12.0"
     1.8 +VERSION="0.14.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="A unit testing framework for C"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://libcheck.github.io/check/"
    1.15  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter05/check.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/libcheck/check/releases/download/$VERSION/$TARBALL"
    1.19 -TARBALL_SHA1="f6d95392b8c6b9efdab559e6dba239b30a389b56"
    1.20 +# 0.12.0 TARBALL_SHA1="f6d95392b8c6b9efdab559e6dba239b30a389b56"
    1.21  
    1.22  SPLIT="$PACKAGE-dev"
    1.23  
    1.24 @@ -20,9 +20,10 @@
    1.25  COPY_std="*.so*"
    1.26  COPY_dev="@dev checkmk"
    1.27  
    1.28 -compile_rules() {
    1.29 -	./configure \
    1.30 -		--disable-static \
    1.31 +compile_rules()
    1.32 +{
    1.33 +	./configure		\
    1.34 +		--disable-static	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	fix libtool &&
    1.37  	make &&