core/strace/Pkgfile

16 lines
403 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=strace
2007-08-09 10:32:02 +02:00
version=4.5.16
2006-02-23 16:26:10 +01:00
release=1
2007-01-18 15:30:30 +01:00
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-08-09 10:32:02 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}