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

Antonio Rojas arojas at archlinux.org
Tue Feb 18 18:08:36 UTC 2020


    Date: Tuesday, February 18, 2020 @ 18:08:35
  Author: arojas
Revision: 576046

Package library

Modified:
  nauty/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 18:07:28 UTC (rev 576045)
+++ PKGBUILD	2020-02-18 18:08:35 UTC (rev 576046)
@@ -2,7 +2,7 @@
 
 pkgname=nauty
 pkgver=26r12
-pkgrel=1
+pkgrel=2
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -36,6 +36,8 @@
   do
    install -m755 $_program "$pkgdir"/usr/bin/$program
   done
+  install -Dm644 nauty.a -t "$pkgdir"/usr/lib
+  install -Dm644 nauty.h -t "$pkgdir"/usr/include/nauty
 
   mkdir -p "$pkgdir"/usr/share/licenses/nauty
   install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE



More information about the arch-commits mailing list