From: Michael Tremer Date: Mon, 19 Dec 2022 18:04:52 +0000 (+0000) Subject: bc: Update to 1.07 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0ab1a71eabb82df6ec8fcb17ca55802657fcec;p=ipfire-3.x.git bc: Update to 1.07 Signed-off-by: Michael Tremer --- diff --git a/bc/bc.nm b/bc/bc.nm index 9b91ebd4c..9829ad069 100644 --- a/bc/bc.nm +++ b/bc/bc.nm @@ -4,42 +4,35 @@ ############################################################################### name = bc -version = 1.06 +version = 1.07 release = 0 groups = System/Tools -url = http://www.gnu.org/software/bc/ +url = https://www.gnu.org/software/bc/ license = GPLv2+ summary = bc is an arbitrary precision numeric processing language. description - bc is a language that supports arbitrary precision numbers with \ - interactive execution of statements. There are some similarities in the \ + bc is a language that supports arbitrary precision numbers with + interactive execution of statements. There are some similarities in the syntax to the C programming language. end -source_dl = http://ftp.gnu.org/gnu/bc/ +source_dl = https://ftp.gnu.org/gnu/bc/ build requires + ed flex + texinfo end configure_options += \ - --mandir=/usr/share/man \ --disable-static - - prepare_cmds - sed -i '/PROTO.*readline/d' bc/scan.l - sed -i '/flex -I8/s/8//' configure - sed -i '/stdlib/a #include ' lib/number.c - sed -i 's/program.*save/static &/' bc/load.c - end end packages package %{name} - end package %{name}-debuginfo template DEBUGINFO