New subsystem conventions

This commit is contained in:
Tom G. Christensen 2004-07-15 12:43:37 +00:00
parent ec325c188b
commit 1e6993bca5
2 changed files with 17 additions and 8 deletions

View File

@ -4,22 +4,28 @@ name="$topdir"
pkgver="$pkgver"
[base]
subsys=sw.base
subsys=sw.eoe
files(-,root,sys)
$_bindir
$_sharedir
$_libdir/*.so.*
$_docdir
[lib]
subsys=sw.lib
files(-,root,sys)
$_libdir/*.so.*
[man]
subsys=man.manpages
subsys=man.man
files(-,root,sys)
$_mandir
$_infodir
[devel]
subsys=sw.devel
subsys=sw.dev
files(-,root,sys)
$_includedir
$_libdir/*.so
$_libdir/*.a
$_libdir/*.la

View File

@ -1,4 +1,7 @@
sw.base Base Software
sw.devel Development files
man.doc Documentation
man.manpages Manpages
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