]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - man-pages/man-pages.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/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
bda54197 7version = 3.45
424db6b3 8release = 1
802ea3af 9arch = noarch
e45ebea0 10
802ea3af 11groups = Base Documentation
9fc68c1e 12url = http://www.kernel.org/pub/linux/docs/man-pages/
802ea3af
MT
13license = GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
14summary = Man (manual) pages from the Linux Documentation Project.
e45ebea0 15
802ea3af
MT
16description
17 A large collection of man pages (documentation) from the Linux
e45ebea0 18 Documentation Project (LDP).
802ea3af
MT
19end
20
424db6b3
KB
21source_dl = http://www.kernel.org/pub/linux/docs/man-pages/
22sources = %{thisapp}.tar.xz
e45ebea0 23
802ea3af 24build
7194d6ce
MT
25 prepare_cmds
26 # Remove deprecated/unneeded stuff:
27
28 # libattr-devel
29 rm -vf man2/{,f,l}{get,list,remove,set}xattr.2
30
31 # db4
32 rm -vf man3/{db,btree,dbopen,hash,mpool,recno}.3
33
34 # misc.
35 rm -vf man2/pciconfig_{write,read,iobase}.2
36 end
37
802ea3af
MT
38 build = # Do nothing
39end
e45ebea0 40
802ea3af
MT
41packages
42 package %{name}
43 requires
44 man-db
45 end
46 end
47end