summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-13 05:26:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-13 05:26:07 +0000
commitc68e06ae20511d807bd0e70227d748c3a005c45a (patch)
treedadf12f2784a25bbbc3ca1b006d8a812c519cde4 /dev-libs/libtommath/libtommath-0.30.ebuild
parent Version bump. (diff)
downloadgentoo-2-c68e06ae20511d807bd0e70227d748c3a005c45a.tar.gz
gentoo-2-c68e06ae20511d807bd0e70227d748c3a005c45a.tar.bz2
gentoo-2-c68e06ae20511d807bd0e70227d748c3a005c45a.zip
Version bump.
Diffstat (limited to 'dev-libs/libtommath/libtommath-0.30.ebuild')
-rw-r--r--dev-libs/libtommath/libtommath-0.30.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/libtommath/libtommath-0.30.ebuild b/dev-libs/libtommath/libtommath-0.30.ebuild
new file mode 100644
index 000000000000..8e5f2aaa86c9
--- /dev/null
+++ b/dev-libs/libtommath/libtommath-0.30.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.30.ebuild,v 1.1 2004/05/13 05:26:07 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"
+IUSE=""
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ emake install DESTDIR=${D} || die
+ dodoc changes.txt *.pdf
+ docinto demo ; dodoc demo/*
+}