wok-next diff bison/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | e7a485521d6a |
children | 7b8e80e44f01 |
line diff
1.1 --- a/bison/receipt Tue Aug 07 00:30:45 2018 +0300 1.2 +++ b/bison/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="3.0.5" 1.5 CATEGORY="development" 1.6 SHORT_DESC="GNU parser generator" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL3" 1.10 WEB_SITE="https://www.gnu.org/software/bison/" 1.11 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/bison.html" 1.12 @@ -12,10 +12,12 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="m4 perl libxslt gettext" 1.17 +BUILD_DEPENDS="m4 perl libxslt gettext-dev" 1.18 1.19 compile_rules() { 1.20 - ./configure $CONFIGURE_ARGS && make && make install 1.21 + ./configure $CONFIGURE_ARGS && 1.22 + make && 1.23 + make install 1.24 } 1.25 1.26 genpkg_rules() {