wok view bc/receipt @ rev 22901

updated gtk-theme-bluebird (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Sun Feb 23 15:34:31 2020 +0100 (2020-02-23)
parents d682cc0d7ad7
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="bc"
4 VERSION="1.07.1"
5 CATEGORY="utilities"
6 TAGS="calculator"
7 SHORT_DESC="A commandline calculator."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2 LGPL2.1"
10 WEB_SITE="https://www.gnu.org/software/bc/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
15 DEPENDS="flex ncurses readline"
16 BUILD_DEPENDS="ed flex readline-dev texinfo"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --with-readline \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_files bc dc
32 }