buildpkg/pkgdef.template.irix
Tom G. Christensen 0958686fd0 Bring Irix into line with the latest changes
Now Irix also uses pkgdef and checks for unpackaged files in the stagedir.
subsys.conf will only contain descriptions like image.conf

What missing?
ops & depend functionality is untested

strip function needs to be either generalized or moved to the pr. pkgsystem
function libraries.

Perhaps introduce something like attr from RPM to set specific permissions
in pkgdef.
2009-12-19 14:38:40 +01:00

26 lines
304 B
Plaintext

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