[arch-commits] Commit in plantri (7 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 22 20:16:26 UTC 2015


    Date: Thursday, January 22, 2015 @ 21:16:26
  Author: arojas
Revision: 126425

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/LICENSE    |    2 ++
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/LICENSE  |    2 ++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 4 files changed, 64 insertions(+)

Copied: plantri/repos/community-i686/LICENSE (from rev 126424, plantri/trunk/LICENSE)
===================================================================
--- repos/community-i686/LICENSE	                        (rev 0)
+++ repos/community-i686/LICENSE	2015-01-22 20:16:26 UTC (rev 126425)
@@ -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".

Copied: plantri/repos/community-i686/PKGBUILD (from rev 126424, plantri/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,30 @@
+# $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/LICENSE (from rev 126424, plantri/trunk/LICENSE)
===================================================================
--- repos/community-x86_64/LICENSE	                        (rev 0)
+++ repos/community-x86_64/LICENSE	2015-01-22 20:16:26 UTC (rev 126425)
@@ -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".

Copied: plantri/repos/community-x86_64/PKGBUILD (from rev 126424, plantri/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,30 @@
+# $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
+}
+



More information about the arch-commits mailing list