diff --git a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe index 1bb21942b..bdd5cd94d 100644 --- a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe +++ b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe @@ -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"