From 2580408aec42408d6f67e4d0deb6286d09cdd687 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sun, 6 Jul 2014 17:39:42 +0200 Subject: Update packages that I added. --- pcr/python2-authres/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pcr/python2-authres/PKGBUILD (limited to 'pcr/python2-authres/PKGBUILD') 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 +# Contributor: Filip S. Adamsen +# Contributor: Samed Beyribey +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') -- cgit v1.2.3