buildpkg/pkgdef.template.irix
2009-12-19 14:38:40 +01:00

32 lines
350 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
$_infodir
[devel]
subsys=sw.dev
files(-,root,sys)
$_includedir
$_libdir/*.so
$_libdir/*.a
$_libdir/*.la