]> git.ipfire.org Git - ipfire-3.x.git/blame - man-pages/man-pages.nm
man-pages: Update to version 6.05.01
[ipfire-3.x.git] / man-pages / man-pages.nm
CommitLineData
e45ebea0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e45ebea0
MT
4###############################################################################
5
802ea3af 6name = man-pages
928ec065 7version = 6.05.01
424db6b3 8release = 1
e45ebea0 9
802ea3af 10groups = Base Documentation
9fc68c1e 11url = http://www.kernel.org/pub/linux/docs/man-pages/
802ea3af
MT
12license = GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
13summary = Man (manual) pages from the Linux Documentation Project.
e45ebea0 14
802ea3af
MT
15description
16 A large collection of man pages (documentation) from the Linux
e45ebea0 17 Documentation Project (LDP).
802ea3af
MT
18end
19
424db6b3
KB
20source_dl = http://www.kernel.org/pub/linux/docs/man-pages/
21sources = %{thisapp}.tar.xz
e45ebea0 22
802ea3af 23build
7194d6ce
MT
24 prepare_cmds
25 # Remove deprecated/unneeded stuff:
26
27 # libattr-devel
28 rm -vf man2/{,f,l}{get,list,remove,set}xattr.2
29
30 # db4
31 rm -vf man3/{db,btree,dbopen,hash,mpool,recno}.3
32
33 # misc.
34 rm -vf man2/pciconfig_{write,read,iobase}.2
35 end
36
802ea3af 37 build = # Do nothing
d7cd8f77
SS
38
39 make_install_targets += \
40 mandir=%{mandir}
802ea3af 41end
e45ebea0 42
802ea3af
MT
43packages
44 package %{name}
45 requires
46 man-db
47 end
48 end
49end