strace: moved to opt.

This commit is contained in:
Tilman Sauerbeck 2009-05-11 18:41:54 +02:00
parent 2321e93f78
commit 4b200f840a
3 changed files with 23 additions and 0 deletions

7
strace/.footprint Normal file
View File

@ -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

1
strace/.md5sum Normal file
View File

@ -0,0 +1 @@
e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2

15
strace/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: System call tracing utility (like trace, truss, etc)
# URL: http://www.liacs.nl/~wichert/strace/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=strace
version=4.5.18
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}