Date: Monday, April 4, 2016 @ 19:21:12
  Author: arojas
Revision: 169458

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

Added:
  coin-or-coinutils/repos/community-staging-i686/
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
    (from rev 169457, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 169457, coin-or-coinutils/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
169457, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-04-04 17:21:12 UTC (rev 169458)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: tikysal <[email protected]>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=4
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils";
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz";)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
169457, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-04 17:21:12 UTC (rev 169458)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: tikysal <[email protected]>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=4
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils";
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz";)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Reply via email to