diff options
Diffstat (limited to 'community/pystatgrab')
-rw-r--r-- | community/pystatgrab/PKGBUILD | 21 | ||||
-rw-r--r-- | community/pystatgrab/pystatgrab.changelog | 5 |
2 files changed, 26 insertions, 0 deletions
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD new file mode 100644 index 000000000..5ea3fbbde --- /dev/null +++ b/community/pystatgrab/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Hugo Ideler <hugoideler@dse.nl> + +pkgname=pystatgrab +pkgver=0.5 +pkgrel=4 +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) +md5sums=('b7a3451ba682ebf167fcb43f1769a121') + +build() { + 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 <dragonlord@aur.archlinux.org> + * Rebuild for correct package naming + +2008-11-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update |