[arch-commits] Commit in nauty/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 5 10:24:49 UTC 2021


    Date: Sunday, September 5, 2021 @ 10:24:49
  Author: arojas
Revision: 1011780

archrelease: copy trunk to community-x86_64

Added:
  nauty/repos/community-x86_64/PKGBUILD
    (from rev 1011779, nauty/trunk/PKGBUILD)
Deleted:
  nauty/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-05 10:24:39 UTC (rev 1011779)
+++ PKGBUILD	2021-09-05 10:24:49 UTC (rev 1011780)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=nauty
-pkgver=27r2
-pkgrel=1
-pkgdesc='A program for computing automorphism groups of graphs and digraphs'
-arch=(x86_64)
-url='http://pallini.di.uniroma1.it/'
-license=(Apache)
-depends=(glibc)
-source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz)
-sha256sums=('ac814b04d38f891e546431bbd59ca5bc2d15cfa9fedd4bc168949e8cd6979117')
-
-build() {
-  cd nauty$pkgver
-
-  export CFLAGS+=' -fPIC'
-  ./configure --enable-generic
-  make
-}
-
-package() {
-  cd nauty$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  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
-   install -m755 $_program "$pkgdir"/usr/bin/$program
-  done
-  install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a
-  install -Dm644 *.h -t "$pkgdir"/usr/include/nauty
-
-  mkdir -p "$pkgdir"/usr/share/licenses/nauty
-  install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
-}

Copied: nauty/repos/community-x86_64/PKGBUILD (from rev 1011779, nauty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-05 10:24:49 UTC (rev 1011780)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=27r3
+pkgrel=1
+pkgdesc='A program for computing automorphism groups of graphs and digraphs'
+arch=(x86_64)
+url='http://pallini.di.uniroma1.it/'
+license=(Apache)
+depends=(glibc)
+source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz)
+sha256sums=('4f0665b716a53f7a14ea2ae30059f23d064ce3fe4c12c013404ef6e1ee0b88c2')
+
+build() {
+  cd nauty$pkgver
+
+  export CFLAGS+=' -fPIC'
+  ./configure --enable-generic
+  make
+}
+
+package() {
+  cd nauty$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  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
+   install -m755 $_program "$pkgdir"/usr/bin/$program
+  done
+  install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a
+  install -Dm644 *.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