wok rev 22533

updated bc (1.06.95 -> 1.07.1)
author Hans-G?nter Theisgen
date Fri Jan 03 09:45:12 2020 +0100 (2020-01-03)
parents 443034656373
children 9cb741af4377
files bc/receipt
line diff
     1.1 --- a/bc/receipt	Fri Jan 03 09:32:34 2020 +0100
     1.2 +++ b/bc/receipt	Fri Jan 03 09:45:12 2020 +0100
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bc"
     1.7 -VERSION="1.06.95"
     1.8 +VERSION="1.07.1"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Bc is a cmdline calculator"
    1.11 +TAGS="calculator"
    1.12 +SHORT_DESC="A commandline calculator."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2 LGPL2.1"
    1.15 -WEB_SITE="http://www.gnu.org/software/bc/"
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="http://alpha.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.18 -TAGS="calculator"
    1.19 +WEB_SITE="https://www.gnu.org/software/bc/"
    1.20 +
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="https://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.23  
    1.24  DEPENDS="ncurses readline"
    1.25 -BUILD_DEPENDS="flex readline-dev texinfo"
    1.26 +BUILD_DEPENDS="ed flex readline-dev texinfo"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 -		--with-readline \
    1.33 +	./configure		\
    1.34 +		--with-readline	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make install