-summary : The GNU bc arbitrary precision calculator language
-replaces :
+component : system.base
+summary : The GNU bc arbitrary precision calculator language
+replaces :
- dc
-description : |
+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
+builddeps :
+ - ed
setup : |
- %patch -p1 < $pkgfiles/bc_l.patch
- %configure
+ %configure --with-readline
build : |
%make
install : |
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>Michael Meinertzhagen</Name>
+ <Email>mmeinert@protonmail.com</Email>
</Packager>
<License>GPL-2.0</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