aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-06 19:45:19 +0200
committerMattias Andrée <maandree@kth.se>2016-08-06 19:45:19 +0200
commitc345053a805928bb5b36b49a29f4c0397b29f5ac (patch)
tree00d0099e756e0c31dd40da2131d4628e41550db0
parentAdd coopgammad (diff)
downloadaur-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>
Diffstat (limited to '')
-rw-r--r--libcoopgamma/PKGBUILD26
l---------libcoopgamma/upload1
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