wok-next view strace/receipt @ rev 20834

prosody: interesting, requires lua 5.1, and not 5.3
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:14:11 2018 +0000 (2018-06-17)
parents 9278a60d6895
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="strace"
4 VERSION="4.20"
5 CATEGORY="development"
6 SHORT_DESC="System call tracer"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://sourceforge.net/projects/strace/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="perl libunwind-dev" # all optional
16 compile_rules() {
17 ./configure $SET_OPTS $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="libunwind"
23 TAGS="analysis debugger diagnostic"
24 }