From bd5db255e763c59c698a3b6102da7943a30d0c56 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 12:32:38 +0000 Subject: fixed bison --- repo/devel/bison.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo/devel/bison.xibuild b/repo/devel/bison.xibuild index 556bf16..60c231a 100644 --- a/repo/devel/bison.xibuild +++ b/repo/devel/bison.xibuild @@ -2,11 +2,12 @@ DEPS=(glibc m4 sh) -SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.1.tar.xz +PKG_VER=3.8.1 +SOURCE=https://ftp.gnu.org/gnu/bison/bison-$PKG_VER.tar.xz DESC="The GNU general-purpose parser generator" build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8.1 + ./configure --prefix=/usr --docdir=/usr/share/doc/bison-$PKG_VER make make check make DESTDIR=$PKG_DEST install -- cgit v1.2.1