wok-next view bison/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents a5b865e166cd
children 7387df590f12
line source
1 # SliTaz package receipt.
3 PACKAGE="bison"
4 VERSION="3.0.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU parser generator."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/bison/"
10 TAGS="parser language"
11 HOST_ARCH="i486 arm"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
16 DEPENDS="m4"
17 BUILD_DEPENDS="m4 perl libxslt gettext"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --docdir=/usr/share/doc/bison-$VERSION \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_folders bin lib aclocal bison
32 }