diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 19:45:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 19:45:19 +0200 |
commit | c345053a805928bb5b36b49a29f4c0397b29f5ac (patch) | |
tree | 00d0099e756e0c31dd40da2131d4628e41550db0 | |
parent | Add coopgammad (diff) | |
download | aur-packages-c345053a805928bb5b36b49a29f4c0397b29f5ac.tar.gz aur-packages-c345053a805928bb5b36b49a29f4c0397b29f5ac.tar.bz2 aur-packages-c345053a805928bb5b36b49a29f4c0397b29f5ac.tar.xz |
Add libcoopgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libcoopgamma/PKGBUILD | 26 | ||||
l--------- | libcoopgamma/upload | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/libcoopgamma/PKGBUILD b/libcoopgamma/PKGBUILD new file mode 100644 index 0000000..618f843 --- /dev/null +++ b/libcoopgamma/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=libcoopgamma +pkgver=1.0 +pkgrel=1 +pkgdesc="Cooperative gamma library" +arch=(i686 x86_64) +url="https://github.com/maandree/libcoopgamma" +license=('GPL3') +depends=(coopgammad) +source=($url/archive/$pkgver.tar.gz) +sha256sums=(6ddba2419c717557283bcf60b5ab834475cf60fea442cf54f7bbc806d6ef6fbf) + + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make install N=: DESTDIR="$pkgdir" +} + diff --git a/libcoopgamma/upload b/libcoopgamma/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/libcoopgamma/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |