[arch-commits] Commit in igraph/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 22:00:55 UTC 2017
Date: Wednesday, December 20, 2017 @ 22:00:50
Author: arojas
Revision: 275082
archrelease: copy trunk to community-x86_64
Added:
igraph/repos/community-x86_64/PKGBUILD
(from rev 275081, igraph/trunk/PKGBUILD)
Deleted:
igraph/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 22:00:19 UTC (rev 275081)
+++ PKGBUILD 2017-12-20 22:00:50 UTC (rev 275082)
@@ -1,27 +0,0 @@
-# $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=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-x86_64/PKGBUILD (from rev 275081, igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-20 22:00:50 UTC (rev 275082)
@@ -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=6
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="http://igraph.org/c/"
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("http://igraph.org/nightly/get/c/$pkgname-$pkgver.tar.gz")
+sha256sums=('d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df')
+
+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