wok-current diff check/receipt @ rev 23204
updated mupen64plus (2.5 -> 2.5.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 21 09:55:24 2020 +0100 (2020-03-21) |
parents | af301d113686 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/check/receipt Thu Feb 14 14:57:20 2019 +0100 1.2 +++ b/check/receipt Sat Mar 21 09:55:24 2020 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="check" 1.7 -VERSION="0.12.0" 1.8 +VERSION="0.13.0" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="A unit testing framework for C" 1.11 +SHORT_DESC="A unit testing framework for C." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://libcheck.github.io/check/" 1.15 @@ -13,12 +13,13 @@ 1.16 1.17 DEPENDS="" 1.18 BUILD_DEPENDS="autoconf automake libtool" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - autoreconf --install 1.26 + autoreconf --install && 1.27 ./configure $CONFIGURE_ARGS && 1.28 make && 1.29 make install 1.30 @@ -28,5 +29,5 @@ 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib 1.34 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 }