]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bc: Update to 1.07
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 18:04:52 +0000 (18:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 18:04:52 +0000 (18:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
bc/bc.nm

index 9b91ebd4caae02d1f67c398d5cdf4e73187a02de..9829ad069a4153fa46cc407e5a8d1208ebb4f726 100644 (file)
--- 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 <string.h>' lib/number.c
-               sed -i 's/program.*save/static &/' bc/load.c
-       end
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO