summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-27 03:21:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-27 03:21:39 +0000
commit35c413afe487a4aacabe10fff96d6579f1add927 (patch)
tree4a4cac067b02f3ad5321eeb670ba8872c5f7bc24 /dev-libs/libtommath/libtommath-0.29.ebuild
parentAdd CC=gcc to emake, so that cross-compiling over distcc works. See bug #395... (diff)
downloadgentoo-2-35c413afe487a4aacabe10fff96d6579f1add927.tar.gz
gentoo-2-35c413afe487a4aacabe10fff96d6579f1add927.tar.bz2
gentoo-2-35c413afe487a4aacabe10fff96d6579f1add927.zip
ver bump
Diffstat (limited to 'dev-libs/libtommath/libtommath-0.29.ebuild')
-rw-r--r--dev-libs/libtommath/libtommath-0.29.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libtommath/libtommath-0.29.ebuild b/dev-libs/libtommath/libtommath-0.29.ebuild
new file mode 100644
index 000000000000..f719d369fc46
--- /dev/null
+++ b/dev-libs/libtommath/libtommath-0.29.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.29.ebuild,v 1.1 2004/01/27 03:18:26 vapier Exp $
+
+DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
+HOMEPAGE="http://math.libtomcrypt.org/"
+SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="x86 ppc"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ emake install DESTDIR=${D} || die
+ dodoc changes.txt *.pdf
+ docinto demo ; dodoc demo/*
+}