strace: moved to opt.
This commit is contained in:
parent
2321e93f78
commit
4b200f840a
7
strace/.footprint
Normal file
7
strace/.footprint
Normal 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
1
strace/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2
|
15
strace/Pkgfile
Normal file
15
strace/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user