wok-next diff strace/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 6ba36b73ef48
children
line diff
     1.1 --- a/strace/receipt	Wed Nov 22 21:52:02 2017 +0200
     1.2 +++ b/strace/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="4.20"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="System call tracer"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="https://sourceforge.net/projects/strace/"
    1.11  
    1.12 @@ -14,7 +14,9 @@
    1.13  BUILD_DEPENDS="perl libunwind-dev" # all optional
    1.14  
    1.15  compile_rules() {
    1.16 -	./configure $SET_OPTS $CONFIGURE_ARGS && make && make install
    1.17 +	./configure $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19 +	make install
    1.20  }
    1.21  
    1.22  genpkg_rules() {