wok diff check/receipt @ rev 24768
libwebkit: bison 3 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 19 12:46:44 2022 +0000 (2022-03-19) |
parents | 5ea0ce1cecc0 |
children | fe1b5660fdd1 |
line diff
1.1 --- a/check/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/check/receipt Sat Mar 19 12:46:44 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="check" 1.7 -VERSION="0.13.0" 1.8 +VERSION="0.15.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A unit testing framework for C." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -26,7 +26,9 @@ 1.13 compile_rules() 1.14 { 1.15 autoreconf --install && 1.16 - ./configure $CONFIGURE_ARGS && 1.17 + ./configure \ 1.18 + --disable-build-docs \ 1.19 + $CONFIGURE_ARGS && 1.20 make && 1.21 make install 1.22 } 1.23 @@ -34,6 +36,5 @@ 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr/lib 1.28 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.29 + cook_copy_files *.so* 1.30 }