[arch-commits] Commit in igraph (5 files)

Antonio Rojas arojas at archlinux.org
Thu Jul 16 19:23:29 UTC 2015


    Date: Thursday, July 16, 2015 @ 21:23:29
  Author: arojas
Revision: 137019

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

Added:
  igraph/repos/
  igraph/repos/community-i686/
  igraph/repos/community-i686/PKGBUILD
    (from rev 137018, igraph/trunk/PKGBUILD)
  igraph/repos/community-x86_64/
  igraph/repos/community-x86_64/PKGBUILD
    (from rev 137018, igraph/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: igraph/repos/community-i686/PKGBUILD (from rev 137018, igraph/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-07-16 19:23:29 UTC (rev 137019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
+# Contributor: Denis Zawada <deno at bajtogrod.pl>
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/"
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack --with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 137018, igraph/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-07-16 19:23:29 UTC (rev 137019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
+# Contributor: Denis Zawada <deno at bajtogrod.pl>
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/"
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack --with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list