From: Jose V Beneyto Date: Thu, 10 Dec 2009 16:30:25 +0000 (+0100) Subject: strace: deleted from upstream core and here too X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0f8df8ffef31c2f01d1de9e2bacd84e37caf3296;p=attic%2Fports%2Fcore-cross.git strace: deleted from upstream core and here too --- 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 -}