[arch-commits] Commit in plantri/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jan 30 13:33:00 UTC 2018


    Date: Tuesday, January 30, 2018 @ 13:33:00
  Author: arojas
Revision: 288304

archrelease: copy trunk to community-x86_64

Added:
  plantri/repos/community-x86_64/LICENSE
    (from rev 288303, plantri/trunk/LICENSE)
  plantri/repos/community-x86_64/PKGBUILD
    (from rev 288303, plantri/trunk/PKGBUILD)
Deleted:
  plantri/repos/community-x86_64/LICENSE
  plantri/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |    4 ++--
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-01-30 13:32:15 UTC (rev 288303)
+++ LICENSE	2018-01-30 13:33:00 UTC (rev 288304)
@@ -1,2 +0,0 @@
-The programs are written in C and are free for all purposes other than sale for profit. However, they remain subject to our copyright and are not 
-"public domain".

Copied: plantri/repos/community-x86_64/LICENSE (from rev 288303, plantri/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-01-30 13:33:00 UTC (rev 288304)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale for profit. However, they remain subject to our copyright and are not 
+"public domain".

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-30 13:32:15 UTC (rev 288303)
+++ PKGBUILD	2018-01-30 13:33:00 UTC (rev 288304)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plantri
-pkgver=4.5
-pkgrel=1
-pkgdesc="A program for generation of certain types of planar graph"
-arch=('i686' 'x86_64')
-url="http://cs.anu.edu.au/~bdm/plantri/"
-license=('custom')
-depends=('glibc')
-source=("http://cs.anu.edu.au/~bdm/plantri/plantri45.tar.gz" 'LICENSE')
-md5sums=('1c95b421f8005309fb211e44e482ddea'
-         'fea1c032371053fa22f277075ce94b67')
-
-build() {
-  cd plantri45
-  make
-}
-
-package() {
-  cd plantri45
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp plantri fullgen "$pkgdir"/usr/bin/
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: plantri/repos/community-x86_64/PKGBUILD (from rev 288303, plantri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-30 13:33:00 UTC (rev 288304)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plantri
+pkgver=5.0
+pkgrel=1
+pkgdesc="A program for generation of certain types of planar graph"
+arch=(x86_64)
+url="http://cs.anu.edu.au/~bdm/plantri/"
+license=(custom)
+depends=(glibc)
+source=("http://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz" 'LICENSE')
+sha256sums=('39a2fd2269b1fc6936aa08e45ccbc5c10508b40545a693a8358cdba2e33d42a3'
+            '83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
+
+build() {
+  cd plantri${pkgver/./}
+  make
+}
+
+package() {
+  cd plantri${pkgver/./}
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp plantri fullgen "$pkgdir"/usr/bin/
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+



More information about the arch-commits mailing list