Date: Tuesday, February 18, 2020 @ 18:55:28 Author: arojas Revision: 576113
Add more headers for giac Modified: nauty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 18:55:26 UTC (rev 576112) +++ PKGBUILD 2020-02-18 18:55:28 UTC (rev 576113) @@ -2,7 +2,7 @@ pkgname=nauty pkgver=26r12 -pkgrel=4 +pkgrel=5 pkgdesc="A program for computing automorphism groups of graphs and digraphs" arch=(x86_64) url="http://pallini.di.uniroma1.it/" @@ -38,7 +38,7 @@ install -m755 $_program "$pkgdir"/usr/bin/$program done install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a - install -Dm644 nauty.h -t "$pkgdir"/usr/include/nauty + install -Dm644 *.h -t "$pkgdir"/usr/include/nauty mkdir -p "$pkgdir"/usr/share/licenses/nauty install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
