[arch-commits] Commit in cddlib/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:14:21 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:14:21
Author: felixonmars
Revision: 658386
archrelease: copy trunk to community-staging-x86_64
Added:
cddlib/repos/community-staging-x86_64/
cddlib/repos/community-staging-x86_64/PKGBUILD
(from rev 658384, cddlib/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: cddlib/repos/community-staging-x86_64/PKGBUILD (from rev 658384, cddlib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:14:21 UTC (rev 658386)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=cddlib
+pkgver=0.94j
+pkgrel=2
+epoch=1
+pkgdesc="C library implementing Double Description Method for convex polyhedra"
+arch=(x86_64)
+url="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/cddlib/cddlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('27d7fcac2710755a01ef5381010140fc57c95f959c3c5705c58539d8c4d17bfb')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list