[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Fri May 15 09:03:54 UTC 2015


    Date: Friday, May 15, 2015 @ 11:03:54
  Author: arojas
Revision: 133484

SageMath 6.7 dependency

Added:
  bliss-graphs/
  bliss-graphs/trunk/
  bliss-graphs/trunk/PKGBUILD

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

Added: bliss-graphs/trunk/PKGBUILD
===================================================================
--- bliss-graphs/trunk/PKGBUILD	                        (rev 0)
+++ bliss-graphs/trunk/PKGBUILD	2015-05-15 09:03:54 UTC (rev 133484)
@@ -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/
+}
+


Property changes on: bliss-graphs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list