buildpkg/pkgdef.template.irix
Tom G. Christensen 08d497ad37 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
2009-12-19 14:38:40 +01:00

36 lines
392 B
Plaintext

[common]
pkgname="$pkgprefix""$topdir"
name="$topdir"
pkgver="$pkgver"
[base]
subsys=sw.eoe
files(-,root,sys)
$_bindir
$_sharedir
$_docdir
[lib]
subsys=sw.lib
files(-,root,sys)
$_libdir/*.so.*
[man]
subsys=man.man
files(-,root,sys)
$_mandir
[info]
subsys=man.info
files(-,root,sys)
$_infodir
[devel]
subsys=sw.dev
files(-,root,sys)
$_includedir
$_libdir/*.so
$_libdir/*.a
$_libdir/*.la