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

38 lines
458 B
Plaintext

[common]
pkgname="$pkgprefix""$topdir"
name="$topdir"
pkgver="$pkgver"
pkgvendor="http://change/me/please"
shortdesc="change me please"
[base]
subsys=sw.base
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