Improved description and added year to the copyright note.

This commit is contained in:
Thomas Schmidt
2013-12-05 13:53:26 +00:00
parent 62d30ce324
commit 44a274f0d8

View File

@@ -1,13 +1,16 @@
SUMMARY="Fully functunal 64bit calculator"
DESCRIPTION="A programmer's calculator supporting standard arithmetic and binary operators.
Moreover you are able to choose the word size from 8bit to 64bit. Moreover you are free
to choose whether it is a signed or unsigned behavior. Classical conversations are
possible, too."
DESCRIPTION="BDH Calc is a fully functunal 64bit calculator, supporting
common arithmetic operations like adding, subtracting, dividing and
multiplying as well as bitwise operators. You can choose the word
size and whether the sign is considered to simulate any integeral
data type. Moreover the calculator supports binary, decimal and
hexadecimal conversion.
"
HOMEPAGE="http://haikuware.com/directory/view-details/science-math/calculators/bdh-calc-for-haiku"
SRC_URI="git://github.com/ThomasCompix/BDH-Calc.git#4a6865932ae0e95244ed0149b6e8c4f437ea742a"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="Scott Hammond"
COPYRIGHT="1999 Scott Hammond"
ARCHITECTURES="x86 x86_gcc2 !ppc"