Magellan Linux

Contents of /branches/magellan-next/extras/pycrypto/pycrypto-2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8684 - (show annotations) (download)
Wed Jul 27 19:05:53 2011 UTC (12 years, 9 months ago) by niro
File size: 548 byte(s)
auto added: ver bump to 2.3-r1
1 # $Id$
2
3 PNAME="pycrypto"
4 PVER="2.3"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8
9 DESCRIPTION="Collection of cryptographic algorithms and protocols, implemented for use from Python."
10 HOMEPAGE="http://www.dlitz.net/software/pycrypto/"
11
12 DEPEND=">= dev-lang/python-2.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude python
18
19 SRC_URI=(
20 http://ftp.dlitz.net/pub/dlitz/crypto/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd 'http://ftp.dlitz.net/pub/dlitz/crypto/${PNAME}/?C=M;O=A' | lasttarball gz"