New subsystem conventions
This commit is contained in:
parent
ec325c188b
commit
1e6993bca5
@ -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
|
||||||
|
|
||||||
|
11
subsys.conf
11
subsys.conf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user