buildpkg/pkgdef.template.irix
Tom G. Christensen 9994bcd1e5 Add shortdesc.
Correct an oversight (sw.eoe->sw.base) from the last commit.
2009-12-19 14:38:40 +01:00

37 lines
422 B
Plaintext

[common]
pkgname="$pkgprefix""$topdir"
name="$topdir"
pkgver="$pkgver"
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