From: Jose V Beneyto Date: Thu, 10 Dec 2009 16:50:38 +0000 (+0100) Subject: time: cleaned up X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3decfdba1ffb71a5b66201ddba78a348f40ecabc;p=crossrootfs.git time: cleaned up --- diff --git a/time/Pkgfile b/time/Pkgfile index 69ce736..a3d2642 100644 --- a/time/Pkgfile +++ b/time/Pkgfile @@ -1,7 +1,7 @@ # Description: Measures many of the CPU resources that programs use # URL: http://www.gnu.org/software/time/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX ARM System Team +# Arch Maintainer: CRUX ARM System Team, crux-arm at mikeux dot dyndns dot org # Depends on: name=time @@ -13,11 +13,14 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ build() { cd $name-$version patch -p0 -i $SRC/resuse.h.patch + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr + make make prefix=$PKG/usr install + rm -rf $PKG/usr/info mkdir -p $PKG/usr/man/man1 cp ../$name.1 $PKG/usr/man/man1