diff options
author | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
commit | 7a65a910b77ad191d69881098c47f9b0c852d92e (patch) | |
tree | 9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/pystatgrab/PKGBUILD | |
parent | 60da6abff6c9577a783d72865f11de7a585e912e (diff) |
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/pystatgrab/PKGBUILD')
-rw-r--r-- | community/pystatgrab/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
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 <dragonlord@aur.archlinux.org> +# Contributor: Hugo Ideler <hugoideler@dse.nl> + +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 +} |