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

Antonio Rojas arojas at archlinux.org
Sat Mar 16 16:56:18 UTC 2019


    Date: Saturday, March 16, 2019 @ 16:56:17
  Author: arojas
Revision: 442217

archrelease: copy trunk to community-x86_64

Added:
  coin-or-cgl/repos/community-x86_64/PKGBUILD
    (from rev 442216, 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	2019-03-16 16:55:58 UTC (rev 442216)
+++ PKGBUILD	2019-03-16 16:56:17 UTC (rev 442217)
@@ -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.0
-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=('8bcae16a80321cde02774367336760fbb06049cf09235a3b275ca11dbd751385')
-
-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 442216, coin-or-cgl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-16 16:56:17 UTC (rev 442217)
@@ -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.1
+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=('c08b334c069b1bfd4c6420aed11b26e9168689a172a6fcfc4eded64ee7ec6aa7')
+
+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