[arch-commits] Commit in nauty (7 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 4 18:53:28 UTC 2015


    Date: Sunday, January 4, 2015 @ 19:53:28
  Author: arojas
Revision: 125344

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

Added:
  nauty/repos/
  nauty/repos/community-i686/
  nauty/repos/community-i686/LICENSE
    (from rev 125343, nauty/trunk/LICENSE)
  nauty/repos/community-i686/PKGBUILD
    (from rev 125343, nauty/trunk/PKGBUILD)
  nauty/repos/community-x86_64/
  nauty/repos/community-x86_64/LICENSE
    (from rev 125343, nauty/trunk/LICENSE)
  nauty/repos/community-x86_64/PKGBUILD
    (from rev 125343, nauty/trunk/PKGBUILD)

---------------------------+
 community-i686/LICENSE    |    9 +++++++++
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/LICENSE  |    9 +++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 4 files changed, 88 insertions(+)

Copied: nauty/repos/community-i686/LICENSE (from rev 125343, nauty/trunk/LICENSE)
===================================================================
--- repos/community-i686/LICENSE	                        (rev 0)
+++ repos/community-i686/LICENSE	2015-01-04 18:53:28 UTC (rev 125344)
@@ -0,0 +1,9 @@
+nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) Adolfo Piperno. All rights reserved. Permission is hereby given for 
+use and/or distribution with the exception of sale for profit or application with nontrivial military significance. You must not remove this 
+copyright notice, and you must document any changes that you make to this program. This software is subject to this copyright only, irrespective 
+of any copyright attached to any package of which this is a part. 
+ 
+Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your 
+own risk.
+The above does not apply to the file planarity.c, which is copyright to the Magma project, nor to the file watercluster2.c, which is copyright to 
+Gunnar Brinkmann.

Copied: nauty/repos/community-i686/PKGBUILD (from rev 125343, nauty/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-04 18:53:28 UTC (rev 125344)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=25r9
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=('i686' 'x86_64')
+url="http://cs.anu.edu.au/~bdm/nauty/"
+license=('custom')
+depends=('glibc')
+source=("http://cs.anu.edu.au/~bdm/nauty/nauty$pkgver.tar.gz" 'LICENSE')
+md5sums=('e8ecd08b0892a1fb13329c147f08de6d'
+         '228d316cce6fb60dbb8cee9068b44a31')
+
+build() {
+  cd nauty$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd nauty$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  for program in addedgeg amtog biplabg catg complg copyg countg deledgeg directg dreadnaut dretog genbg geng genrang labelg listg multig \
+   newedgeg NRswitchg pickg planarg shortg showg gentourng;
+  do
+   cp $program "$pkgdir"/usr/bin/nauty-$program
+  done
+
+  mkdir -p "$pkgdir"/usr/share/licenses/nauty
+  install "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/nauty
+}
+

Copied: nauty/repos/community-x86_64/LICENSE (from rev 125343, nauty/trunk/LICENSE)
===================================================================
--- repos/community-x86_64/LICENSE	                        (rev 0)
+++ repos/community-x86_64/LICENSE	2015-01-04 18:53:28 UTC (rev 125344)
@@ -0,0 +1,9 @@
+nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) Adolfo Piperno. All rights reserved. Permission is hereby given for 
+use and/or distribution with the exception of sale for profit or application with nontrivial military significance. You must not remove this 
+copyright notice, and you must document any changes that you make to this program. This software is subject to this copyright only, irrespective 
+of any copyright attached to any package of which this is a part. 
+ 
+Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your 
+own risk.
+The above does not apply to the file planarity.c, which is copyright to the Magma project, nor to the file watercluster2.c, which is copyright to 
+Gunnar Brinkmann.

Copied: nauty/repos/community-x86_64/PKGBUILD (from rev 125343, nauty/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-04 18:53:28 UTC (rev 125344)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=25r9
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=('i686' 'x86_64')
+url="http://cs.anu.edu.au/~bdm/nauty/"
+license=('custom')
+depends=('glibc')
+source=("http://cs.anu.edu.au/~bdm/nauty/nauty$pkgver.tar.gz" 'LICENSE')
+md5sums=('e8ecd08b0892a1fb13329c147f08de6d'
+         '228d316cce6fb60dbb8cee9068b44a31')
+
+build() {
+  cd nauty$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd nauty$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  for program in addedgeg amtog biplabg catg complg copyg countg deledgeg directg dreadnaut dretog genbg geng genrang labelg listg multig \
+   newedgeg NRswitchg pickg planarg shortg showg gentourng;
+  do
+   cp $program "$pkgdir"/usr/bin/nauty-$program
+  done
+
+  mkdir -p "$pkgdir"/usr/share/licenses/nauty
+  install "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/nauty
+}
+



More information about the arch-commits mailing list