[arch-commits] Commit in clasp (5 files)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 12:10:53 UTC 2016


    Date: Sunday, November 27, 2016 @ 12:10:52
  Author: arodseth
Revision: 197013

archrelease: copy trunk to community-x86_64, community-i686

Added:
  clasp/repos/
  clasp/repos/community-i686/
  clasp/repos/community-i686/PKGBUILD
    (from rev 197012, clasp/trunk/PKGBUILD)
  clasp/repos/community-x86_64/
  clasp/repos/community-x86_64/PKGBUILD
    (from rev 197012, clasp/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: clasp/repos/community-i686/PKGBUILD (from rev 197012, clasp/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-11-27 12:10:52 UTC (rev 197013)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+depends=('gcc-libs')
+source=("$pkgname-$pkgver.tgz::https://github.com/potassco/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('987513ffa84f885d7fcf94f0edb2ef25c8b5730553513120699a4820c9bc42f7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure.sh --with-mt=std --prefix=/usr
+  make -C build/release_mt
+}
+
+package() {
+  install -D \
+    "$pkgname-$pkgver/build/release_mt/bin/$pkgname" \
+    "$pkgdir/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 197012, clasp/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-11-27 12:10:52 UTC (rev 197013)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+depends=('gcc-libs')
+source=("$pkgname-$pkgver.tgz::https://github.com/potassco/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('987513ffa84f885d7fcf94f0edb2ef25c8b5730553513120699a4820c9bc42f7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure.sh --with-mt=std --prefix=/usr
+  make -C build/release_mt
+}
+
+package() {
+  install -D \
+    "$pkgname-$pkgver/build/release_mt/bin/$pkgname" \
+    "$pkgdir/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list