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" pkgver="$pkgver"
[base] [base]
subsys=sw.base subsys=sw.eoe
files(-,root,sys) files(-,root,sys)
$_bindir $_bindir
$_sharedir $_sharedir
$_libdir/*.so.*
$_docdir $_docdir
[lib]
subsys=sw.lib
files(-,root,sys)
$_libdir/*.so.*
[man] [man]
subsys=man.manpages subsys=man.man
files(-,root,sys) files(-,root,sys)
$_mandir $_mandir
$_infodir $_infodir
[devel] [devel]
subsys=sw.devel subsys=sw.dev
files(-,root,sys) files(-,root,sys)
$_includedir $_includedir
$_libdir/*.so $_libdir/*.so
$_libdir/*.a $_libdir/*.a
$_libdir/*.la

View File

@ -1,4 +1,7 @@
sw.base Base Software sw.eoe execution only environment
sw.devel Development files sw.lib shared libraries
man.doc Documentation sw.dev development files
man.manpages Manpages man.doc other documentation
man.man manpages, infopages
opt.relnotes release notes
opt.src source