X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/798619b91c91405f847b0e48137239f218a4cf15..59f0d218a6ff34c80cf898f6d7ac62555ba8eb11:/packages/strace/build.sh diff --git a/packages/strace/build.sh b/packages/strace/build.sh new file mode 100755 index 00000000..ac047a8f --- /dev/null +++ b/packages/strace/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/strace/ +TERMUX_PKG_DESCRIPTION="Debugging utility to monitor the system calls used by a program and all the signals it receives" +TERMUX_PKG_VERSION=4.10 +TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/strace/strace/${TERMUX_PKG_VERSION}/strace-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_RM_AFTER_INSTALL=bin/strace-graph # This is a perl script + +CFLAGS+=" -Du64=uint64_t"