wok-next annotate 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
rev   line source
erjo@442 1 # SliTaz package receipt.
erjo@442 2
erjo@442 3 PACKAGE="strace"
al@19741 4 VERSION="4.17"
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@19741 10 TAGS="analysis debugger diagnostic"
al@19741 11
al@19168 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19168 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15593 14
erjo@442 15 # Rules to configure and make the package.
erjo@442 16 compile_rules()
erjo@442 17 {
al@19168 18 ./configure $CONFIGURE_ARGS && make && make install
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@19741 24 copy @std
erjo@442 25 }