# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.6 2003/09/29 21:14:33 mholzer Exp $ DESCRIPTION="Python cryptography toolkit." HOMEPAGE="http://www.amk.ca/python/code/crypto.html" LICENSE="freedist" DEPEND="virtual/glibc dev-lang/python" SLOT="0" KEYWORDS="x86 alpha" SRC_URI="http://www.amk.ca/files/python/${P/_alpha/a}.tar.gz" S="${WORKDIR}/${P/_alpha/a}" src_compile() { python setup.py build || die } src_install () { python setup.py install --root=${D} --prefix=/usr || die dodoc ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO }