wok diff bc/receipt @ rev 22580

updated cantarell-fonts (0.0.16 -> 0.0.25)
author Hans-G?nter Theisgen
date Tue Jan 07 13:23:33 2020 +0100 (2020-01-07)
parents 11b5e93cb5f2
children 07f494afd5e6
line diff
     1.1 --- a/bc/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/bc/receipt	Tue Jan 07 13:23:33 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