1 # Description: Measures many of the CPU resources that programs use
2 # URL: http://www.gnu.org/software/time/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
10 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
11 resuse.h.patch $name.1)
15 patch -p0 -i $SRC/resuse.h.patch
17 ./configure --build=$CHOST \
22 make prefix=$PKG/usr install
25 mkdir -p $PKG/usr/man/man1
26 cp ../$name.1 $PKG/usr/man/man1