Added pycrypto-2.3 build template.
This commit is contained in:
parent
31a9e22048
commit
8a501ac34f
1 changed files with 16 additions and 0 deletions
16
srcpkgs/pycrypto/template
Normal file
16
srcpkgs/pycrypto/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'pycrypto'
|
||||
pkgname=pycrypto
|
||||
version=2.3
|
||||
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz"
|
||||
build_style=python-module
|
||||
short_desc="The Python Cryptography Toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4f11e85fbcf13960373650fc2dae8f088f9b001f07fb6d3efb2fcb5334987182
|
||||
long_desc="
|
||||
The Python cryptography toolkit is intended to provide a reliable and stable
|
||||
base for writing Python programs that require cryptographic functions."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gmp
|
||||
Add_dependency full python
|
||||
Add_dependency build gmp-devel
|
Loading…
Reference in a new issue