wok diff strace/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents a6f7b6b890c2
children b2c9788603ac
line diff
     1.1 --- a/strace/receipt	Wed Jun 01 02:52:45 2016 +0300
     1.2 +++ b/strace/receipt	Mon Jan 06 15:51:49 2020 +0100
     1.3 @@ -1,20 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="strace"
     1.7 -VERSION="4.12"
     1.8 +VERSION="5.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="System call tracer"
    1.11 +TAGS="analysis debugger diagnostic"
    1.12 +SHORT_DESC="System call tracer."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -WEB_SITE="https://sourceforge.net/projects/strace/"
    1.16 +WEB_SITE="https://strace.io/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20 -TAGS="analysis debugger diagnostic"
    1.21 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure $CONFIGURE_ARGS && make && make install
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make install
    1.30  	find $install -name strace.1 -exec gzip -9 \{\} \;
    1.31  }
    1.32