[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 22:07:43 UTC 2017
Date: Wednesday, December 20, 2017 @ 22:07:42
Author: arojas
Revision: 275086
archrelease: copy trunk to community-x86_64
Added:
rankwidth/repos/community-x86_64/PKGBUILD
(from rev 275085, rankwidth/trunk/PKGBUILD)
Deleted:
rankwidth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 22:07:13 UTC (rev 275085)
+++ PKGBUILD 2017-12-20 22:07:42 UTC (rev 275086)
@@ -1,26 +0,0 @@
-# $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"
-}
-
Copied: rankwidth/repos/community-x86_64/PKGBUILD (from rev 275085, rankwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-20 22:07:42 UTC (rev 275086)
@@ -0,0 +1,26 @@
+# $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"
+}
+
More information about the arch-commits
mailing list