opt/strace/Pkgfile
Juergen Daubert 1f58b840cd Merge branch '2.6' into 2.7
Conflicts:
	gqview/Pkgfile
	mpg321/Pkgfile
	nfs-utils/Pkgfile
	p5-uri/Pkgfile
	p5-xml-parser/.footprint
	p5-xml-parser/Pkgfile
	quota/Pkgfile
	spamprobe/Pkgfile
2010-09-28 16:56:36 +02:00

16 lines
405 B
Plaintext

# 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.20
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}