diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-07-06 17:39:42 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-07-06 17:39:42 +0200 |
commit | 2580408aec42408d6f67e4d0deb6286d09cdd687 (patch) | |
tree | f95ceb5094afd8da0c05280d366d3ebd0b3364ad /pcr/python2-authres | |
parent | 518c8c5273ff38a5f710a220a2d2f0bd113445da (diff) | |
download | abslibre-2580408aec42408d6f67e4d0deb6286d09cdd687.tar.gz abslibre-2580408aec42408d6f67e4d0deb6286d09cdd687.tar.bz2 abslibre-2580408aec42408d6f67e4d0deb6286d09cdd687.zip |
Update packages that I added.
Diffstat (limited to 'pcr/python2-authres')
-rw-r--r-- | pcr/python2-authres/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/python2-authres/PKGBUILD b/pcr/python2-authres/PKGBUILD new file mode 100644 index 000000000..c2d66344d --- /dev/null +++ b/pcr/python2-authres/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Thomas Haider <t.haider@deprecate.de> +# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com> +# Contributor: Samed Beyribey <ras0ir@eventualis.org> +pkgname=python2-authres +_pkgname=authentication-results-python +pkgver=0.602 +pkgrel=1 +pkgdesc="Python2 Authentication-Results Headers generation and parsing" +arch=('any') +url="http://launchpad.net/authentication-results-python" +license=('Apache') +depends=('python2') +conflicts=('python-authres') +source=(http://launchpad.net/$_pkgname/trunk/$pkgver/+download/authres-$pkgver.tar.gz) + +build() { + cd "$srcdir/authres-$pkgver" + python2 setup.py build +} + +package() { + cd "$srcdir/authres-$pkgver" + python2 setup.py install --root=$pkgdir --optimize=1 +} + +sha256sums=('41cea7fcc3387e381b520053dbbba1825598b6cb9d45c505ae466d7a2a27edc3') |