wok-next annotate strace/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 9278a60d6895
children d5aab818505e
rev   line source
al@20358 1 # SliTaz package receipt v2.
erjo@442 2
erjo@442 3 PACKAGE="strace"
al@20358 4 VERSION="4.20"
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
al@19168 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19168 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15593 13
al@20358 14 BUILD_DEPENDS="perl libunwind-dev" # all optional
al@20358 15
al@20358 16 compile_rules() {
al@20358 17 ./configure $SET_OPTS $CONFIGURE_ARGS && make && make install
erjo@442 18 }
erjo@442 19
al@20358 20 genpkg_rules() {
al@19741 21 copy @std
al@20358 22 DEPENDS="libunwind"
al@20358 23 TAGS="analysis debugger diagnostic"
erjo@442 24 }