CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / man / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: less groff
6
7 name=man
8 version=1.6g
9 release=1
10 source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
11 makewhatis)
12
13 build() {
14 cd $name-$version
15
16 ./configure -prefix=/usr \
17 -confdir=/etc \
18 -mandir=/usr/man \
19 +lang none \
20 -default
21
22 make BUILD_CC="gcc"
23 make DESTDIR=$PKG install
24 install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
25 }