From 80ba845c7cb571644d9dea61b9872c393d128c37 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Jun 2011 22:48:12 +0000 Subject: Sat Jun 4 22:48:12 UTC 2011 --- core/bison/PKGBUILD | 10 +++++++--- core/bison/bison.install | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'core/bison') diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD index 1e04f381e..ebf2c0fc5 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87221 2010-08-11 03:29:16Z allan $ +# $Id: PKGBUILD 124065 2011-05-16 12:02:28Z allan $ # Maintainer: Allan McRae # Contributor: Eric Belanger pkgname=bison -pkgver=2.4.3 +pkgver=2.5 pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch=('i686' 'x86_64') @@ -13,12 +13,16 @@ depends=('glibc' 'm4' 'sh') groups=('base-devel') install=bison.install source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c1d3ea81bc370dbd43b6f0b2cd21287e') +md5sums=('9dba20116b13fc61a0846b0058fbe004') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --datadir=/usr/share make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" make check } diff --git a/core/bison/bison.install b/core/bison/bison.install index 890eb0366..0081a194f 100644 --- a/core/bison/bison.install +++ b/core/bison/bison.install @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info file=bison.info.gz post_install() { -- cgit v1.2.3-54-g00ecf