[arch-commits] Commit in (clasp clasp/trunk clasp/trunk/PKGBUILD)

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


    Date: Sunday, November 27, 2016 @ 12:05:37
  Author: arodseth
Revision: 197009

Move from AUR

Added:
  clasp/
  clasp/trunk/
  clasp/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: clasp/trunk/PKGBUILD
===================================================================
--- clasp/trunk/PKGBUILD	                        (rev 0)
+++ clasp/trunk/PKGBUILD	2016-11-27 12:05:37 UTC (rev 197009)
@@ -0,0 +1,30 @@
+# $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')
+#makedepends=('clang')
+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' CXX=g++
+
+  cd build/release_mt
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/build/release_mt/bin/$pkgname" \
+    "$pkgdir/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: clasp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list