wok-next diff bison/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 8da249b2c8d7
children 90a5eb560fd6
line diff
     1.1 --- a/bison/receipt	Fri Dec 23 03:55:33 2016 +0200
     1.2 +++ b/bison/receipt	Tue Jun 06 17:37:54 2017 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="bison"
     1.8  VERSION="3.0.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GNU parser generator."
    1.11 +SHORT_DESC="GNU parser generator"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/bison/"
    1.15 @@ -13,7 +13,6 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="m4"
    1.20  BUILD_DEPENDS="m4 perl libxslt gettext"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -28,5 +27,6 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	cook_copy_folders bin lib aclocal bison
    1.28 +	copy bin/ lib/ aclocal/ bison/
    1.29 +	DEPENDS="m4"
    1.30  }