CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / man / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: The man page suite used to read most of the documentation for Linux
2# URL: http://primates.ximian.com/~flucifredi/man/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
83e7e2d0 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
6dca1d21
JB
5# Depends on: less groff
6
7name=man
8version=1.6f
9release=1
10source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
11 makewhatis)
12
13build() {
7a91453f
JB
14 cd $name-$version
15
16 ./configure -prefix=/usr \
17 -confdir=/etc \
18 -mandir=/usr/man \
19 -compatibility_mode_for_colored_groff \
20 +lang none \
21 -default
22
23 make BUILD_CC="gcc"
24 make PREFIX=$PKG install
25 install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
6dca1d21 26}