CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated to 3.0.4
[crossrootfs.git] / man / Pkgfile
index e141c48d9e0c45cb18803da4ffd9806c840a6833..702b81a1c99000c288525402c074d5118cf312a7 100644 (file)
@@ -1,24 +1,25 @@
 # Description: The man page suite used to read most of the documentation for Linux
 # URL: http://primates.ximian.com/~flucifredi/man/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Ach Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: less groff
 
 name=man
-version=1.6f
+version=1.6g
 release=1
 source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
         makewhatis)
 
 build() {
-    cd $name-$version
-    ./configure -prefix=/usr \
-                -confdir=/etc \
-                -mandir=/usr/man \
-                -compatibility_mode_for_colored_groff \
-                +lang none \
-                -default
-    make BUILD_CC="gcc"
-    make PREFIX=$PKG install
-    install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
+  cd $name-$version
+
+  ./configure -prefix=/usr \
+              -confdir=/etc \
+              -mandir=/usr/man \
+              +lang none \
+              -default
+
+  make BUILD_CC="gcc"
+  make DESTDIR=$PKG install
+  install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
 }