bison: update to 2.6
This commit is contained in:
parent
d9c31d5f4b
commit
3395e10200
@ -6,9 +6,9 @@
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=bison
|
||||
version=2.3
|
||||
pkgver=2
|
||||
source[0]=$topdir-$version.tar.bz2
|
||||
version=2.6
|
||||
pkgver=1
|
||||
source[0]=ftp://ftp.sunet.se/pub/gnu/bison/$topdir-$version.tar.xz
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
|
||||
|
4
bison/meta/ChangeLog
Normal file
4
bison/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Sat Nov 09 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6-1
|
||||
- Update to 2.6
|
@ -11,6 +11,17 @@ $_bindir
|
||||
$_libdir
|
||||
$_infodir
|
||||
$_mandir
|
||||
$_sharedir/locale
|
||||
$_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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user