Magellan Linux

Contents of /branches/R11-unstable/extras/pycrypto/pycrypto-2.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25734 - (show annotations) (download)
Tue Nov 25 04:14:05 2014 UTC (9 years, 5 months ago) by niro
File size: 544 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="pycrypto"
4 PVER="2.6.1"
5 PBUILD="r1"
6
7 PCAT="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"