From 048ab6f243008730b93d60aba8e6ff03d14d0bbf Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 24 Dec 2009 11:14:19 +0100 Subject: [PATCH] strace: initial import (verified compilation) --- strace/.footprint | 7 +++++++ strace/.md5sum | 1 + strace/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 strace/.footprint create mode 100644 strace/.md5sum create mode 100644 strace/Pkgfile diff --git a/strace/.footprint b/strace/.footprint new file mode 100644 index 0000000..eb42429 --- /dev/null +++ b/strace/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/strace +-rwxr-xr-x root/root usr/bin/strace-graph +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/strace.1.gz diff --git a/strace/.md5sum b/strace/.md5sum new file mode 100644 index 0000000..17c10d4 --- /dev/null +++ b/strace/.md5sum @@ -0,0 +1 @@ +2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2 diff --git a/strace/Pkgfile b/strace/Pkgfile new file mode 100644 index 0000000..3461d3f --- /dev/null +++ b/strace/Pkgfile @@ -0,0 +1,22 @@ +# Description: System call tracing utility (like trace, truss, etc) +# URL: http://www.liacs.nl/~wichert/strace/ +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: + +name=strace +version=4.5.19 +release=1 +source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2