wok annotate strace/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents a6f7b6b890c2
children b2c9788603ac
rev   line source
erjo@442 1 # SliTaz package receipt.
erjo@442 2
erjo@442 3 PACKAGE="strace"
Hans-G?nter@21977 4 VERSION="5.3"
pascal@741 5 CATEGORY="development"
Hans-G?nter@21977 6 TAGS="analysis debugger diagnostic"
Hans-G?nter@21977 7 SHORT_DESC="System call tracer."
erjo@784 8 MAINTAINER="erjo@slitaz.org"
pascal@15593 9 LICENSE="BSD"
Hans-G?nter@21977 10 WEB_SITE="https://strace.io/"
Hans-G?nter@21977 11
al@19168 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21977 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
pascal@15593 14
erjo@442 15 # Rules to configure and make the package.
erjo@442 16 compile_rules()
erjo@442 17 {
Hans-G?nter@21977 18 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21977 19 make &&
Hans-G?nter@21977 20 make install
al@19168 21 find $install -name strace.1 -exec gzip -9 \{\} \;
erjo@442 22 }
erjo@442 23
erjo@442 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@442 25 genpkg_rules()
erjo@442 26 {
al@19168 27 cp -a $install/* $fs
erjo@442 28 }