From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/pystatgrab/PKGBUILD | 21 +++++++++++++++++++++ community/pystatgrab/pystatgrab.changelog | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 community/pystatgrab/PKGBUILD create mode 100644 community/pystatgrab/pystatgrab.changelog (limited to 'community/pystatgrab') diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD new file mode 100644 index 000000000..9176acf68 --- /dev/null +++ b/community/pystatgrab/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 83539 2013-02-02 14:53:33Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Hugo Ideler + +pkgname=pystatgrab +pkgver=0.5 +pkgrel=6 +pkgdesc="Python bindings for libstatgrab" +arch=('i686' 'x86_64') +url="http://www.i-scream.org/pystatgrab" +license=('GPL') +depends=('python2' 'libstatgrab') +source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8') + +package() { + cd ${srcdir}/$pkgname-$pkgver + + python2 setup.py build + python2 setup.py install --prefix=${pkgdir}/usr +} diff --git a/community/pystatgrab/pystatgrab.changelog b/community/pystatgrab/pystatgrab.changelog new file mode 100644 index 000000000..27f35cf6a --- /dev/null +++ b/community/pystatgrab/pystatgrab.changelog @@ -0,0 +1,5 @@ +2010-07-21 Jaroslav Lichtblau + * Rebuild for correct package naming + +2008-11-30 Jaroslav Lichtblau + * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update -- cgit v1.2.3-54-g00ecf