CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
time: cleaned up
authorJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 16:50:38 +0000 (17:50 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 16:50:38 +0000 (17:50 +0100)
time/Pkgfile

index 69ce7360b2eacfcd34cc49bb370de94904bf16a0..a3d264282690d6f6ffed01b21c0498cd3ce0595c 100644 (file)
@@ -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