[arch-commits] Commit in igraph/repos (4 files)

2016-04-04 Thread Antonio Rojas
Date: Monday, April 4, 2016 @ 19:23:36
  Author: arojas
Revision: 169460

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

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

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

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 169459, 
igraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-04 17:23:36 UTC (rev 169460)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=5
+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-staging-x86_64/PKGBUILD (from rev 169459, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-04 17:23:36 UTC (rev 169460)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=5
+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
+}
+


[arch-commits] Commit in igraph/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:11:22
  Author: arojas
Revision: 165344

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

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

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

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 165343, 
igraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 11:11:22 UTC (rev 165344)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=3
+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-staging-x86_64/PKGBUILD (from rev 165343, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 11:11:22 UTC (rev 165344)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=3
+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
+}
+


[arch-commits] Commit in igraph/repos (4 files)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 17:57:31
  Author: fyan
Revision: 148914

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

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

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

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 148913, 
igraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:57:31 UTC (rev 148914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 148913, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:57:31 UTC (rev 148914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=2
+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
+}
+