From 0f8df8ffef31c2f01d1de9e2bacd84e37caf3296 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 10 Dec 2009 17:30:25 +0100 Subject: [PATCH] strace: deleted from upstream core and here too --- strace/.footprint | 7 ------- strace/.md5sum | 1 - strace/Pkgfile | 19 ------------------- 3 files changed, 27 deletions(-) delete mode 100644 strace/.footprint delete mode 100644 strace/.md5sum delete mode 100644 strace/Pkgfile diff --git a/strace/.footprint b/strace/.footprint deleted file mode 100644 index eb42429..0000000 --- a/strace/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index e2ac1a9..0000000 --- a/strace/.md5sum +++ /dev/null @@ -1 +0,0 @@ -e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2 diff --git a/strace/Pkgfile b/strace/Pkgfile deleted file mode 100644 index 83a6a57..0000000 --- a/strace/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: System call tracing utility (like trace, truss, etc) -# URL: http://www.liacs.nl/~wichert/strace/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org - -name=strace -version=4.5.18 -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