blob: 1262ab8993934cb7886859ad8636a91c0b70d8d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.5 2003/06/22 12:15:59 liquidx Exp $
inherit distutils
IUSE=""
DESCRIPTION="Python cryptography toolkit."
HOMEPAGE="http://www.amk.ca/python/code/crypto.html"
## NOTE: I'm getting 403's with this link, but it works if the
## referrer is his homepage. Grr! Mirroring on Gentoo
# SRC_URI="http://www.amk.ca/files/python/${P/_alpha/a}.tar.gz"
SRC_URI="mirror://gentoo/${P/_alpha/a}.tar.gz"
LICENSE="freedist"
DEPEND="virtual/glibc
dev-lang/python"
SLOT="0"
KEYWORDS="~x86 ~alpha"
S="${WORKDIR}/${P/_alpha/a}"
mydoc="ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO"
|