28 lines
641 B
Plaintext
28 lines
641 B
Plaintext
[bison]
|
|
pkgname="${pkgprefix}${topdir}"
|
|
name="$topdir - GNU bison"
|
|
pkgcat="application"
|
|
pkgvendor="http://www.gnu.org"
|
|
pkgdesc="General purpose parser generator"
|
|
pkgver="$pkgver"
|
|
files(-,root,bin)
|
|
default_docs
|
|
$_bindir
|
|
$_libdir
|
|
$_infodir
|
|
$_mandir
|
|
$_sharedir/locale/*/LC_MESSAGES/bison.mo
|
|
$_sharedir/aclocal
|
|
$_sharedir/bison
|
|
|
|
[bison-runtime]
|
|
pkgname="${pkgprefix}${topdir}r"
|
|
name="${topdir}-runtime - Runtime support for bison generated parsers"
|
|
pkgcat="application"
|
|
pkgvendor="http://www.gnu.org"
|
|
pkgdesc="I18N runtime support for Bison generated parsers"
|
|
pkgver="$pkgver"
|
|
files(-,root,bin)
|
|
$_sharedir/locale/*/LC_MESSAGES/bison-runtime.mo
|
|
|