CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.19
[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
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5# Depends on: less groff
6
7name=man
c7da71d3 8version=1.6g
6dca1d21
JB
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 \
7a91453f
JB
19 +lang none \
20 -default
21
22 make BUILD_CC="gcc"
c7da71d3 23 make DESTDIR=$PKG install
7a91453f 24 install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
6dca1d21 25}