wok-next diff strace/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents a6f7b6b890c2
children 6ba36b73ef48
line diff
     1.1 --- a/strace/receipt	Wed Jun 01 02:52:45 2016 +0300
     1.2 +++ b/strace/receipt	Sat Oct 14 23:27:36 2017 +0200
     1.3 @@ -1,25 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="strace"
     1.7 -VERSION="4.12"
     1.8 +VERSION="4.17"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="System call tracer"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://sourceforge.net/projects/strace/"
    1.14 +TAGS="analysis debugger diagnostic"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 -TAGS="analysis debugger diagnostic"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	./configure $CONFIGURE_ARGS && make && make install
    1.24 -	find $install -name strace.1 -exec gzip -9 \{\} \;
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $install/* $fs
    1.31 +	copy @std
    1.32  }