diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/python-gnupginterface | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/python-gnupginterface')
-rw-r--r-- | community/python-gnupginterface/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD new file mode 100644 index 000000000..33446e9b3 --- /dev/null +++ b/community/python-gnupginterface/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Schaefer <aaron@elasticdog.com> + +pkgbase=python-gnupginterface +pkgname=python2-gnupginterface +pkgver=0.3.2 +pkgrel=1 +pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).' +arch=('i686' 'x86_64') +url='http://py-gnupg.sourceforge.net/' +license=('GPL') +depends=('gnupg' 'python2') +conflicts=('python-gnupginterface<=0.3.2-6') +replaces=('python-gnupginterface<=0.3.2-6') +source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz") +md5sums=('d4627d83446f96bd8c22f8d15db3f7c2') + +package_python2-gnupginterface() { + cd "$srcdir/GnuPGInterface-$pkgver" + python2 setup.py install --root="$pkgdir" -O1 +} |