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