diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-21 01:09:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-21 01:09:43 +0200 |
commit | acc22958a3af10c74175ac0460772dc4cd1a2f10 (patch) | |
tree | 1bc35c438656fca7d253c1d7327a2598a7c9ff5c | |
parent | Update coopgammad (diff) | |
download | aur-packages-acc22958a3af10c74175ac0460772dc4cd1a2f10.tar.gz aur-packages-acc22958a3af10c74175ac0460772dc4cd1a2f10.tar.bz2 aur-packages-acc22958a3af10c74175ac0460772dc4cd1a2f10.tar.xz |
Add pylibcoopgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | pylibcoopgamma/PKGBUILD | 26 | ||||
l--------- | pylibcoopgamma/upload | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/pylibcoopgamma/PKGBUILD b/pylibcoopgamma/PKGBUILD new file mode 100644 index 0000000..fde7ee3 --- /dev/null +++ b/pylibcoopgamma/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=pylibcoopgamma +pkgver=1.0 +pkgrel=1 +pkgdesc="Cooperative gamma Python 3 library" +arch=(i686 x86_64) +url="https://github.com/maandree/pylibcoopgamma" +license=('GPL3') +depends=('python>=3.4' libcoopgamma) +makedepends=('python>=3.4' libcoopgamma cython general-preprocessor) +source=($url/archive/$pkgver.tar.gz) +sha256sums=(1346ea34798942e874b09b1fb8633d2304296f3698b42e003ce2bd24e600d02a) + + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr DESTDIR="$pkgdir" install +} + diff --git a/pylibcoopgamma/upload b/pylibcoopgamma/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/pylibcoopgamma/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |