summaryrefslogtreecommitdiffstats
path: root/abs/extra/pycrypto/PKGBUILD
blob: 28013377dacb02630a185375dae4646781d0786f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: PKGBUILD 17322 2008-10-28 12:29:19Z douglas $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>

pkgname=pycrypto
pkgver=2.0.1
pkgrel=3
pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python."
arch=(i686 x86_64)
depends=('python' 'gmp')
url="http://www.amk.ca/python/code/crypto.html"
license=(GPL)
source=(http://www.amk.ca/files/python/crypto/${pkgname}-${pkgver}.tar.gz)
md5sums=('4d5674f3898a573691ffb335e8d749cd')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  python setup.py build install --root=${startdir}/pkg
}