[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 22 20:15:53 UTC 2015


    Date: Thursday, January 22, 2015 @ 21:15:52
  Author: arojas
Revision: 126424

Sage optional dependency

Added:
  plantri/
  plantri/trunk/
  plantri/trunk/LICENSE
  plantri/trunk/PKGBUILD

----------+
 LICENSE  |    2 ++
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

Added: plantri/trunk/LICENSE
===================================================================
--- plantri/trunk/LICENSE	                        (rev 0)
+++ plantri/trunk/LICENSE	2015-01-22 20:15:52 UTC (rev 126424)
@@ -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".

Added: plantri/trunk/PKGBUILD
===================================================================
--- plantri/trunk/PKGBUILD	                        (rev 0)
+++ plantri/trunk/PKGBUILD	2015-01-22 20:15:52 UTC (rev 126424)
@@ -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
+}
+


Property changes on: plantri/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list