diff options
author | 2003-01-22 14:50:44 +0000 | |
---|---|---|
committer | 2003-01-22 14:50:44 +0000 | |
commit | f79215f60c9c9eb31977831885627ea2d22b6fec (patch) | |
tree | b4c03a298403bedad4606e3ee732fc2fe7169ecf /dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild | |
parent | changed to ~ppc and only require app-arch/rar if x86 (diff) | |
download | historical-f79215f60c9c9eb31977831885627ea2d22b6fec.tar.gz historical-f79215f60c9c9eb31977831885627ea2d22b6fec.tar.bz2 historical-f79215f60c9c9eb31977831885627ea2d22b6fec.zip |
version bump
Diffstat (limited to 'dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild new file mode 100644 index 000000000000..97e1fddc8c1d --- /dev/null +++ b/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild,v 1.1 2003/01/22 14:50:44 vapier Exp $ + +DESCRIPTION="http://libtomcrypt.iahu.ca/" +HOMEPAGE="http://libtomcrypt.iahu.ca/" +SRC_URI="http://iahu.ca:8080/download/crypt-${PV}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="x86" + +DEPEND="app-text/tetex" + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} |