[arch-commits] Commit in coin-or-cgl/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Feb 9 21:15:49 UTC 2015
Date: Monday, February 9, 2015 @ 22:15:49
Author: arojas
Revision: 127437
archrelease: copy trunk to community-i686, community-x86_64
Added:
coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 127436, coin-or-cgl/trunk/PKGBUILD)
coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 127436, coin-or-cgl/trunk/PKGBUILD)
Deleted:
coin-or-cgl/repos/community-i686/PKGBUILD
coin-or-cgl/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 41 ----------------------
community-x86_64/PKGBUILD | 41 ----------------------
3 files changed, 82 insertions(+), 82 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-09 21:13:00 UTC (rev 127436)
+++ community-i686/PKGBUILD 2015-02-09 21:15:49 UTC (rev 127437)
@@ -1,41 +0,0 @@
-# $Id$
-# 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.1
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/Cgl"
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-clp')
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
-sha1sums=('a80eadfb60154751eff500ac629f40057eebb0ca')
-
-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-i686/PKGBUILD (from rev 127436, coin-or-cgl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-09 21:15:49 UTC (rev 127437)
@@ -0,0 +1,41 @@
+# $Id$
+# 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.2
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/Cgl"
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
+sha1sums=('f0635faecfb43c7140cb3f7b6fd09ab4372cdf2f')
+
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-09 21:13:00 UTC (rev 127436)
+++ community-x86_64/PKGBUILD 2015-02-09 21:15:49 UTC (rev 127437)
@@ -1,41 +0,0 @@
-# $Id$
-# 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.1
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/Cgl"
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-clp')
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
-sha1sums=('a80eadfb60154751eff500ac629f40057eebb0ca')
-
-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 127436, coin-or-cgl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-09 21:15:49 UTC (rev 127437)
@@ -0,0 +1,41 @@
+# $Id$
+# 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.2
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/Cgl"
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz")
+sha1sums=('f0635faecfb43c7140cb3f7b6fd09ab4372cdf2f')
+
+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