Date: Thursday, July 16, 2015 @ 21:33:30
  Author: arojas
Revision: 137023

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rankwidth/repos/
  rankwidth/repos/community-i686/
  rankwidth/repos/community-i686/PKGBUILD
    (from rev 137022, rankwidth/trunk/PKGBUILD)
  rankwidth/repos/community-x86_64/
  rankwidth/repos/community-x86_64/PKGBUILD
    (from rev 137022, rankwidth/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: rankwidth/repos/community-i686/PKGBUILD (from rev 137022, 
rankwidth/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2015-07-16 19:33:30 UTC (rev 137023)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+
+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 137022, 
rankwidth/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2015-07-16 19:33:30 UTC (rev 137023)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+
+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"
+}
+

Reply via email to