]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - man-pages/man-pages.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / man-pages / man-pages.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = man-pages
7 version = 3.45
8 release = 1
9 arch = noarch
10
11 groups = Base Documentation
12 url = http://www.kernel.org/pub/linux/docs/man-pages/
13 license = GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
14 summary = Man (manual) pages from the Linux Documentation Project.
15
16 description
17 A large collection of man pages (documentation) from the Linux
18 Documentation Project (LDP).
19 end
20
21 source_dl = http://www.kernel.org/pub/linux/docs/man-pages/
22 sources = %{thisapp}.tar.xz
23
24 build
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
38 build = # Do nothing
39 end
40
41 packages
42 package %{name}
43 requires
44 man-db
45 end
46 end
47 end