############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = bc version = 1.07.1 release = 1 groups = System/Tools 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 syntax to the C programming language. end source_dl = https://ftp.gnu.org/gnu/bc/ build requires ed flex readline-devel texinfo end configure_options += \ --with-readline test echo "quit" | ./bc/bc -l Test/checklib.b end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end