From acc22958a3af10c74175ac0460772dc4cd1a2f10 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Aug 2016 01:09:43 +0200 Subject: Add pylibcoopgamma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- pylibcoopgamma/PKGBUILD | 26 ++++++++++++++++++++++++++ pylibcoopgamma/upload | 1 + 2 files changed, 27 insertions(+) create mode 100644 pylibcoopgamma/PKGBUILD create mode 120000 pylibcoopgamma/upload 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 -- cgit v1.2.3-70-g09d2