diff options
Diffstat (limited to 'dev-libs/libtommath/libtommath-0.36.ebuild')
-rw-r--r-- | dev-libs/libtommath/libtommath-0.36.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libtommath/libtommath-0.36.ebuild b/dev-libs/libtommath/libtommath-0.36.ebuild new file mode 100644 index 000000000000..d079c46c659a --- /dev/null +++ b/dev-libs/libtommath/libtommath-0.36.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36.ebuild,v 1.1 2005/08/10 02:14:40 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="~amd64 ~ppc ~x86" +IUSE="" + +src_install() { + make install DESTDIR="${D}" || die + dodoc changes.txt *.pdf + docinto demo ; dodoc demo/* +} |