[arch-commits] Commit in coin-or-cgl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 23 09:44:14 UTC 2019
Date: Saturday, February 23, 2019 @ 09:44:12
Author: arojas
Revision: 435369
archrelease: copy trunk to community-x86_64
Added:
coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 435368, 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-02-23 09:43:51 UTC (rev 435368)
+++ PKGBUILD 2019-02-23 09:44:12 UTC (rev 435369)
@@ -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.59.10
-pkgrel=2
-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=('30b4d514c415df89bd8800b3eab4b989aa536a7c04e661fdfdebda0b686351b0')
-
-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 435368, coin-or-cgl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-23 09:44:12 UTC (rev 435369)
@@ -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.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
+}
More information about the arch-commits
mailing list