[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 18 11:33:06 UTC 2015


    Date: Sunday, January 18, 2015 @ 12:33:06
  Author: arojas
Revision: 126078

Adding coin-or stack (Sage optional dependency)

Added:
  coin-or-coinutils/
  coin-or-coinutils/trunk/
  coin-or-coinutils/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: coin-or-coinutils/trunk/PKGBUILD
===================================================================
--- coin-or-coinutils/trunk/PKGBUILD	                        (rev 0)
+++ coin-or-coinutils/trunk/PKGBUILD	2015-01-18 11:33:06 UTC (rev 126078)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.9.18
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils"
+license=('EPL')
+groups=('coin-or')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz")
+sha1sums=('c23c5440717dd70d264570c5f27db5062e02d414')
+
+build() {
+  cd CoinUtils-$pkgver
+  ./configure --prefix=/usr -C
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}


Property changes on: coin-or-coinutils/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list