[arch-commits] Commit in nauty/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 5 12:46:04 UTC 2016


    Date: Saturday, March 5, 2016 @ 13:46:03
  Author: arojas
Revision: 165143

Install more binaries

Modified:
  nauty/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 12:43:15 UTC (rev 165142)
+++ PKGBUILD	2016-03-05 12:46:03 UTC (rev 165143)
@@ -3,7 +3,7 @@
 
 pkgname=nauty
 pkgver=26r1
-pkgrel=1
+pkgrel=2
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(i686 x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -23,10 +23,11 @@
   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;
+  for _program in addedgeg amtog biplabg catg complg converseg copyg countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
+    genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
+    pickg planarg ranlabg shortg showg subdivideg twohamg vcolg watercluster2 NRswitchg;
   do
-   cp $program "$pkgdir"/usr/bin/$program
+   install -m755 $_program "$pkgdir"/usr/bin/$program
   done
 
   mkdir -p "$pkgdir"/usr/share/licenses/nauty



More information about the arch-commits mailing list