wok annotate strace/receipt @ rev 20275

lirc: remove <asm/system.h>
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 19 09:59:04 2018 +0100 (2018-03-19)
parents 3b4e4318134e
children dfc23d2b90b1
rev   line source
erjo@442 1 # SliTaz package receipt.
erjo@442 2
erjo@442 3 PACKAGE="strace"
al@19168 4 VERSION="4.12"
pascal@741 5 CATEGORY="development"
al@19168 6 SHORT_DESC="System call tracer"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15593 8 LICENSE="BSD"
al@19168 9 WEB_SITE="https://sourceforge.net/projects/strace/"
al@19168 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19168 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@19168 12 TAGS="analysis debugger diagnostic"
pascal@15593 13
erjo@442 14 # Rules to configure and make the package.
erjo@442 15 compile_rules()
erjo@442 16 {
al@19168 17 ./configure $CONFIGURE_ARGS && make && make install
al@19168 18 find $install -name strace.1 -exec gzip -9 \{\} \;
erjo@442 19 }
erjo@442 20
erjo@442 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@442 22 genpkg_rules()
erjo@442 23 {
al@19168 24 cp -a $install/* $fs
erjo@442 25 }