[arch-commits] Commit in (rankwidth rankwidth/trunk rankwidth/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jul 16 19:27:06 UTC 2015


    Date: Thursday, July 16, 2015 @ 21:27:04
  Author: arojas
Revision: 137020

Add rankwidth (SageMath 6.8 dependency)

Added:
  rankwidth/
  rankwidth/trunk/
  rankwidth/trunk/PKGBUILD

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

Added: rankwidth/trunk/PKGBUILD
===================================================================
--- rankwidth/trunk/PKGBUILD	                        (rev 0)
+++ rankwidth/trunk/PKGBUILD	2015-07-16 19:27:04 UTC (rev 137020)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rankwidth
+pkgver=0.7
+pkgrel=1
+pkgdesc="A program that calculates rank-width and rank-decompositions"
+arch=(i686 x86_64)
+url="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml"
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=("http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw-$pkgver.tar.gz")
+md5sums=('58695835a1b5aaa3935143feabc8619a')
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


Property changes on: rankwidth/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list