[arch-commits] Commit in aspcud/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Nov 20 13:47:13 UTC 2017
Date: Monday, November 20, 2017 @ 13:47:13
Author: arodseth
Revision: 267564
archrelease: copy trunk to community-x86_64
Added:
aspcud/repos/community-x86_64/PKGBUILD
(from rev 267563, aspcud/trunk/PKGBUILD)
Deleted:
aspcud/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-20 13:47:04 UTC (rev 267563)
+++ PKGBUILD 2017-11-20 13:47:13 UTC (rev 267564)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=aspcud
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='Solver for package dependencies'
-arch=('x86_64')
-url='https://potassco.org/aspcud'
-license=('GPL3')
-makedepends=('boost' 'clingo' 'cmake' 'git' 'ninja' 're2c')
-source=("git+https://github.com/potassco/$pkgname#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
- mkdir -p build
- cd build
- cmake "../$pkgname" \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DCUDF2LP_LOC=cudf2lp \
- -DGRINGO_LOC=gringo \
- -DCLASP_LOC=clasp \
- -DCMAKE_BUILD_TYPE=Release \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: aspcud/repos/community-x86_64/PKGBUILD (from rev 267563, aspcud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-20 13:47:13 UTC (rev 267564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=aspcud
+pkgver=1.9.4
+pkgrel=2
+pkgdesc='Solver for package dependencies'
+arch=('x86_64')
+url='https://potassco.org/aspcud'
+license=('GPL3')
+makedepends=('boost' 'clingo' 'cmake' 'git' 'ninja' 're2c')
+source=("git+https://github.com/potassco/$pkgname#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "../$pkgname" \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+ -DCUDF2LP_LOC=cudf2lp \
+ -DGRINGO_LOC=gringo \
+ -DCLASP_LOC=clasp \
+ -DCMAKE_BUILD_TYPE=Release \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list