CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Imported core-cross ports from 2.5
[crossrootfs.git] / strace / Pkgfile
1 # Description: System call tracing utility (like trace, truss, etc)
2 # URL: http://www.liacs.nl/~wichert/strace/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5
6 name=strace
7 version=4.5.18
8 release=1
9 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2)
10
11 build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 }