[arch-commits] Commit in cddlib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Sep 15 16:23:38 UTC 2020
Date: Tuesday, September 15, 2020 @ 16:23:37
Author: arojas
Revision: 707162
archrelease: copy trunk to community-x86_64
Added:
cddlib/repos/community-x86_64/PKGBUILD
(from rev 707161, cddlib/trunk/PKGBUILD)
Deleted:
cddlib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-15 16:23:29 UTC (rev 707161)
+++ PKGBUILD 2020-09-15 16:23:37 UTC (rev 707162)
@@ -1,25 +0,0 @@
-# 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
-}
Copied: cddlib/repos/community-x86_64/PKGBUILD (from rev 707161, cddlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-15 16:23:37 UTC (rev 707162)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=cddlib
+pkgver=0.94k
+pkgrel=1
+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=('de7397d7fe32758a6b53453a889ec7619b6c68a15d84eb132421f3d7d457be44')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list