CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tzdata: updated to 2018d
[crossrootfs.git] / time / Pkgfile
CommitLineData
6dca1d21
JB
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
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5# Depends on:
6
7name=time
dbec1d48
VM
8version=1.9
9release=1
10source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
6dca1d21
JB
11
12build() {
13 cd $name-$version
3decfdba 14
6dca1d21
JB
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
dbec1d48 17 --prefix=/usr
3decfdba 18
6dca1d21
JB
19 make
20 make prefix=$PKG/usr install
3decfdba 21
dbec1d48 22 rm -rf $PKG/usr/share
6dca1d21 23}