core/man-pages/Pkgfile

23 lines
711 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The Linux manpages collection
# URL: http://www.win.tue.nl/~aeb/linux/man/
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
2006-04-03 19:27:54 +02:00
# Packager: Per Lid<69>n, per at fukt dot bth dot se
2006-02-23 16:26:10 +01:00
# Depends on: man
name=man-pages
2006-04-11 16:57:37 +02:00
version=2.29
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)
build() {
cd $name-$version
(cd man1; rm README time.1 chown.1 cp.1 dd.1 dircolors.1 \
dir.1 du.1 install.1 ln.1 ls.1 mkfifo.1 mknod.1 mv.1 rm.1 \
touch.1 vdir.1 chgrp.1 chmod.1 df.1 mkdir.1 rmdir.1 diff.1)
(cd man5; rm passwd.5)
make gz
make MANDIR=$PKG/usr/man install
touch $PKG/usr/man/whatis
rm -rf $PKG/usr/man/man?p
}