[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Friday, September 18, 2020 @ 22:39:04 Author: arojas Revision: 710760 archrelease: copy trunk to community-x86_64 Added: rankwidth/repos/community-x86_64/PKGBUILD (from rev 710759, rankwidth/trunk/PKGBUILD) Deleted: rankwidth/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 53 - 1 file changed, 24 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-09-18 22:38:54 UTC (rev 710759) +++ PKGBUILD2020-09-18 22:39:04 UTC (rev 710760) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas - -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" -} Copied: rankwidth/repos/community-x86_64/PKGBUILD (from rev 710759, rankwidth/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-09-18 22:39:04 UTC (rev 710760) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas + +pkgname=rankwidth +pkgver=0.9 +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=('c1e03506fe25cdfcb428c051fc56b2d2affb5b06fba3f2ce756631466befb441') + +build() { + cd rw-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd rw-$pkgver + make install DESTDIR="$pkgdir" +}
[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)
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 === --- PKGBUILD2019-08-05 09:36:36 UTC (rev 497471) +++ PKGBUILD2019-08-05 09:36:57 UTC (rev 497472) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -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) +++ PKGBUILD2019-08-05 09:36:57 UTC (rev 497472) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas + +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" +}
[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)
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 === --- PKGBUILD2017-12-20 22:07:13 UTC (rev 275085) +++ PKGBUILD2017-12-20 22:07:42 UTC (rev 275086) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -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) +++ PKGBUILD2017-12-20 22:07:42 UTC (rev 275086) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Antonio Rojas + +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" +} +