+summary : The GNU bc arbitrary precision calculator language
+replaces :
- dc
-description : |
+builddeps :
+ - ed
+description: |
GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions
setup : |
- %patch -p1 < $pkgfiles/bc_l.patch
%configure
build : |
%make
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>bc</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>system.base</PartOf>
<Summary xml:lang="en">The GNU bc arbitrary precision calculator language</Summary>
<Description xml:lang="en">GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions