IUSE="" DESCRIPTION="Calc is arbitrary precision C-like arithmetic system that is a calculator, an algorithm prototyper and mathematical research tool. Calc comes with a rich set of builtin mathematical and programmatic functions." HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.2" RDEPEND=">=sys-apps/less-348" src_compile() { make \ T=${D} \ DEBUG="${CFLAGS}" \ CALCPAGER=less \ USE_READLINE="-DUSE_READLINE" \ READLINE_LIB="-lreadline -lhistory -lncurses" \ all chk \ || die } src_install() { make T=${D} install || die dodoc BUGS CHANGES COPYING COPYING-LGPL HOWTO.INSTALL LIBRARY README }