[arch-commits] Commit in bliss-graphs (5 files)

Antonio Rojas arojas at archlinux.org
Fri May 15 09:06:48 UTC 2015


    Date: Friday, May 15, 2015 @ 11:06:48
  Author: arojas
Revision: 133485

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

Added:
  bliss-graphs/repos/
  bliss-graphs/repos/community-i686/
  bliss-graphs/repos/community-i686/PKGBUILD
    (from rev 133484, bliss-graphs/trunk/PKGBUILD)
  bliss-graphs/repos/community-x86_64/
  bliss-graphs/repos/community-x86_64/PKGBUILD
    (from rev 133484, bliss-graphs/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: bliss-graphs/repos/community-i686/PKGBUILD (from rev 133484, bliss-graphs/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-05-15 09:06:48 UTC (rev 133485)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=1
+pkgdesc="A library for computing automorphism groups and canonical forms of graphs"
+arch=(i686 x86_64)
+url="http://www.tcs.tkk.fi/Software/bliss/index.html"
+license=(GPL3)
+depends=(glibc)
+source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip")
+md5sums=('6f0e114944fa0863870b7f631850abb2')
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin}
+  cp *.hh "$pkgdir"/usr/include/bliss/
+  cp libbliss.a "$pkgdir"/usr/lib/
+  cp bliss "$pkgdir"/usr/bin/
+}
+

Copied: bliss-graphs/repos/community-x86_64/PKGBUILD (from rev 133484, bliss-graphs/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-05-15 09:06:48 UTC (rev 133485)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=1
+pkgdesc="A library for computing automorphism groups and canonical forms of graphs"
+arch=(i686 x86_64)
+url="http://www.tcs.tkk.fi/Software/bliss/index.html"
+license=(GPL3)
+depends=(glibc)
+source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip")
+md5sums=('6f0e114944fa0863870b7f631850abb2')
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin}
+  cp *.hh "$pkgdir"/usr/include/bliss/
+  cp libbliss.a "$pkgdir"/usr/lib/
+  cp bliss "$pkgdir"/usr/bin/
+}
+



More information about the arch-commits mailing list