New subsystem names *again* and a new subsys.conf keyword.
It's now possible to designate install status, either default or nodefault on each subsystem in subsys.conf The pkgdef template was updated to reflect the changes in subsys.conf
This commit is contained in:
parent
87ae9aa1ff
commit
08d497ad37
@ -19,6 +19,10 @@ $_libdir/*.so.*
|
||||
subsys=man.man
|
||||
files(-,root,sys)
|
||||
$_mandir
|
||||
|
||||
[info]
|
||||
subsys=man.info
|
||||
files(-,root,sys)
|
||||
$_infodir
|
||||
|
||||
[devel]
|
||||
|
17
subsys.conf
17
subsys.conf
@ -1,8 +1,9 @@
|
||||
sw.eoe execution only environment
|
||||
sw.lib shared libraries
|
||||
sw.dev development files
|
||||
man.doc other documentation
|
||||
man.man manpages, infopages
|
||||
opt.relnotes release notes
|
||||
opt.src source
|
||||
opt.dist idb & spec files
|
||||
sw.base default base software
|
||||
sw.lib default shared libraries
|
||||
sw.dev nodefault development files
|
||||
man.doc default other documentation
|
||||
man.man default man pages
|
||||
man.info default info pages
|
||||
opt.relnotes default release notes
|
||||
opt.src nodefault source, patches etc.
|
||||
opt.dist nodefault distribution files
|
||||
|
Loading…
x
Reference in New Issue
Block a user