diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 00:52:32 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 00:52:32 (GMT) |
commit | 9366a43a61a0c9f9c3d8cc4379e267dcc545c1b8 (patch) | |
tree | 2925788c476c79eaca906453a60dcdfab0452744 /abs/extra-testing/pycrypto | |
parent | c27e26468ce03250538718dce451fdc4598bd715 (diff) | |
download | linhes_pkgbuild-9366a43a61a0c9f9c3d8cc4379e267dcc545c1b8.zip linhes_pkgbuild-9366a43a61a0c9f9c3d8cc4379e267dcc545c1b8.tar.gz linhes_pkgbuild-9366a43a61a0c9f9c3d8cc4379e267dcc545c1b8.tar.bz2 |
Dep for torrentflux.
Diffstat (limited to 'abs/extra-testing/pycrypto')
-rw-r--r-- | abs/extra-testing/pycrypto/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/pycrypto/PKGBUILD b/abs/extra-testing/pycrypto/PKGBUILD new file mode 100644 index 0000000..2801337 --- /dev/null +++ b/abs/extra-testing/pycrypto/PKGBUILD @@ -0,0 +1,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 +} |