You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/num-utils/num-utils-0.3.ebuild

26 lines
565 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="A set of programs for dealing with numbers from the command line"
SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz"
HOMEPAGE="http://suso.suso.org/programs/num-utils/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=""
RDEPEND="
dev-lang/perl
!<sci-chemistry/gromacs-4"
src_compile() {
emake || die
}
src_install () {
make ROOT="${D}" install || die
dodoc CHANGELOG GOALS MANIFEST README VERSION WARNING
}