[arch-commits] Commit in coin-or-osi (5 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 18 11:50:27 UTC 2015


    Date: Sunday, January 18, 2015 @ 12:50:26
  Author: arojas
Revision: 126081

archrelease: copy trunk to community-i686, community-x86_64

Added:
  coin-or-osi/repos/
  coin-or-osi/repos/community-i686/
  coin-or-osi/repos/community-i686/PKGBUILD
    (from rev 126080, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/
  coin-or-osi/repos/community-x86_64/PKGBUILD
    (from rev 126080, coin-or-osi/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 126080, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-18 11:50:26 UTC (rev 126081)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=coin-or-osi
+pkgver=0.106.10
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/Osi"
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz")
+sha1sums=('33efbcf8be8a73e31dabb403bae6f54858dd9f75')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr -C \
+              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+              --with-coinutils-incdir="/usr/include/coin/" -C
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 126080, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-18 11:50:26 UTC (rev 126081)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=coin-or-osi
+pkgver=0.106.10
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/Osi"
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz")
+sha1sums=('33efbcf8be8a73e31dabb403bae6f54858dd9f75')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr -C \
+              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+              --with-coinutils-incdir="/usr/include/coin/" -C
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list