# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

S=${WORKDIR}/Wcalc-${PV}
DESCRIPTION="Wcalc is a scientific command line calculator"
SRC_URI="http://cesnet.dl.sourceforge.net/sourceforge/w-calc/Wcalc-1.6.tar.gz"
HOMEPAGE="http://w-calc.sourceforge.net/"
IUSE=""

DEPEND=""
RDEPEND=""

SLOT="0"
LICENSE="GPL-2"

KEYWORDS="~x86"

src_unpack() {
	unpack ${A}
}

src_compile() {
	cd ${S}
	econf || die

	emake || die
}

src_install() {
	cd ${S}

	einstall || die

	prepallman

	dodoc INSTALL NEWS README AUTHORS COPYING COPYRIGHT ChangeLog ReadMe.rtf
}