void-packages/srcpkgs/pycrypto/template

22 lines
651 B
Text
Raw Normal View History

2010-11-27 21:31:08 +00:00
# Template file for 'pycrypto'
pkgname=pycrypto
2013-12-28 16:05:41 +00:00
version=2.6.1
revision=2
2010-11-27 21:31:08 +00:00
build_style=python-module
2013-12-28 16:05:41 +00:00
hostmakedepends="python"
makedepends="gmp-devel python-devel"
pycompile_module="Crypto"
2010-11-27 21:31:08 +00:00
short_desc="The Python Cryptography Toolkit"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://www.dlitz.net/software/pycrypto/"
license="PSF, Public domain"
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz"
2013-12-28 16:05:41 +00:00
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
2010-11-27 21:31:08 +00:00
pre_build() {
if [ "$CROSS_BUILD" ]; then
sed -e "s|'/usr/include/'|''|g" -i setup.py
fi
2013-12-28 16:05:41 +00:00
CC= CFLAGS= ./configure ${configure_args}
}