[arch-commits] Commit in coin-or-coinutils (5 files)
Antonio Rojas
arojas at archlinux.org
Sun Jan 18 11:33:47 UTC 2015
Date: Sunday, January 18, 2015 @ 12:33:47
Author: arojas
Revision: 126079
archrelease: copy trunk to community-i686, community-x86_64
Added:
coin-or-coinutils/repos/
coin-or-coinutils/repos/community-i686/
coin-or-coinutils/repos/community-i686/PKGBUILD
(from rev 126078, coin-or-coinutils/trunk/PKGBUILD)
coin-or-coinutils/repos/community-x86_64/
coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 126078, coin-or-coinutils/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 126078, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2015-01-18 11:33:47 UTC (rev 126079)
@@ -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
+}
Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 126078, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-18 11:33:47 UTC (rev 126079)
@@ -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
+}
More information about the arch-commits
mailing list