]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - bc/bc.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / bc / bc.nm
CommitLineData
ad6556c4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ad6556c4
MT
4###############################################################################
5
802ea3af 6name = bc
724e4665
MT
7version = 1.07.1
8release = 1
ad6556c4 9
802ea3af 10groups = System/Tools
8d0ab1a7 11url = https://www.gnu.org/software/bc/
802ea3af
MT
12license = GPLv2+
13summary = bc is an arbitrary precision numeric processing language.
ad6556c4 14
802ea3af 15description
8d0ab1a7
MT
16 bc is a language that supports arbitrary precision numbers with
17 interactive execution of statements. There are some similarities in the
ad6556c4 18 syntax to the C programming language.
802ea3af
MT
19end
20
8d0ab1a7 21source_dl = https://ftp.gnu.org/gnu/bc/
802ea3af
MT
22
23build
24 requires
8d0ab1a7 25 ed
802ea3af 26 flex
724e4665 27 readline-devel
8d0ab1a7 28 texinfo
802ea3af
MT
29 end
30
31 configure_options += \
724e4665
MT
32 --with-readline
33
34 test
35 echo "quit" | ./bc/bc -l Test/checklib.b
36 end
802ea3af
MT
37end
38
39packages
40 package %{name}
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end