[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Aug 5 09:36:57 UTC 2019


    Date: Monday, August 5, 2019 @ 09:36:57
  Author: arojas
Revision: 497472

archrelease: copy trunk to community-x86_64

Added:
  rankwidth/repos/community-x86_64/PKGBUILD
    (from rev 497471, rankwidth/trunk/PKGBUILD)
Deleted:
  rankwidth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 09:36:36 UTC (rev 497471)
+++ PKGBUILD	2019-08-05 09:36:57 UTC (rev 497472)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rankwidth
-pkgver=0.7
-pkgrel=2
-pkgdesc="A program that calculates rank-width and rank-decompositions"
-arch=(x86_64)
-url="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml"
-license=(GPL2)
-depends=(igraph)
-makedepends=()
-source=("http://mirrors.mit.edu/sage/spkg/upstream/rw/rw-$pkgver.tar.gz")
-sha256sums=('e049966e5c4f446b639d4b0c40d3ceddd57a79a8890c10dce90614d105d962e7')
-
-build() {
-  cd rw-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd rw-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: rankwidth/repos/community-x86_64/PKGBUILD (from rev 497471, rankwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-05 09:36:57 UTC (rev 497472)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rankwidth
+pkgver=0.8
+pkgrel=1
+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