[arch-commits] Commit in coin-or-cgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 1 09:04:36 UTC 2020


    Date: Saturday, February 1, 2020 @ 09:04:36
  Author: arojas
Revision: 560993

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cgl/repos/community-x86_64/PKGBUILD
    (from rev 560992, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-01 09:04:16 UTC (rev 560992)
+++ PKGBUILD	2020-02-01 09:04:36 UTC (rev 560993)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: spider-mario <spidermario at free.fr>
-# Contributor: Daniel Ehlers <danielehlers at mindeye.net>
-
-pkgname=coin-or-cgl
-pkgver=0.60.2
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(x86_64)
-url="https://projects.coin-or.org/Cgl"
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
-sha256sums=('500892762cf3c1d28885b03a6c742a678dfcfde06af957377112f1b154888001')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-              --with-osi-lib="$(pkg-config --libs osi)" \
-              --with-osi-incdir="/usr/include/coin/" \
-              --with-clp-lib="$(pkg-config --libs clp)" \
-              --with-clp-incdir="/usr/include/coin/" \
-              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-              --with-coinutils-incdir="/usr/include/coin/" \
-              --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-x86_64/PKGBUILD (from rev 560992, coin-or-cgl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-01 09:04:36 UTC (rev 560993)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: spider-mario <spidermario at free.fr>
+# Contributor: Daniel Ehlers <danielehlers at mindeye.net>
+
+pkgname=coin-or-cgl
+pkgver=0.60.3
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(x86_64)
+url="https://projects.coin-or.org/Cgl"
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("https://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
+sha256sums=('cf11e3476d2182040cec412abb232d8bafa12ff5b619eca3b7b9ac1d220476c8')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+              --with-osi-lib="$(pkg-config --libs osi)" \
+              --with-osi-incdir="/usr/include/coin/" \
+              --with-clp-lib="$(pkg-config --libs clp)" \
+              --with-clp-incdir="/usr/include/coin/" \
+              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+              --with-coinutils-incdir="/usr/include/coin/" \
+              --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list