[arch-commits] Commit in rankwidth/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:44:04 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:44:04
  Author: felixonmars
Revision: 658211

archrelease: copy trunk to community-staging-x86_64

Added:
  rankwidth/repos/community-staging-x86_64/
  rankwidth/repos/community-staging-x86_64/PKGBUILD
    (from rev 658210, rankwidth/trunk/PKGBUILD)

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

Copied: rankwidth/repos/community-staging-x86_64/PKGBUILD (from rev 658210, rankwidth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:44:04 UTC (rev 658211)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rankwidth
+pkgver=0.8
+pkgrel=2
+pkgdesc="A program that calculates rank-width and rank-decompositions"
+arch=(x86_64)
+url="https://sourceforge.net/projects/rankwidth/"
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=("https://master.dl.sourceforge.net/project/rankwidth/rw-$pkgver.tar.gz")
+sha256sums=('60fd5320bef28a5156284fc224534376405f2655c6777a12a05fcacc0576d700')
+
+prepare() {
+  cd rw-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list