Date: Thursday, July 16, 2015 @ 21:16:51
  Author: arojas
Revision: 137017

Add igraph (rankwidth dependency)

Added:
  igraph/
  igraph/trunk/
  igraph/trunk/PKGBUILD

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

Added: igraph/trunk/PKGBUILD
===================================================================
--- igraph/trunk/PKGBUILD                               (rev 0)
+++ igraph/trunk/PKGBUILD       2015-07-16 19:16:51 UTC (rev 137017)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fazlul Shahriar <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+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
+}
+

Reply via email to