[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Thu Sep 18 09:48:59 UTC 2014


    Date: Thursday, September 18, 2014 @ 11:48:59
  Author: fyan
Revision: 119178

addpkg: perl-graphviz 2.16-1

Added:
  perl-graphviz/
  perl-graphviz/repos/
  perl-graphviz/trunk/
  perl-graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Added: perl-graphviz/trunk/PKGBUILD
===================================================================
--- perl-graphviz/trunk/PKGBUILD	                        (rev 0)
+++ perl-graphviz/trunk/PKGBUILD	2014-09-18 09:48:59 UTC (rev 119178)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
+
+_perlmod=GraphViz
+pkgname=perl-graphviz
+pkgver=2.16
+pkgrel=1
+pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="http://search.cpan.org/dist/$_perlmod"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
+         'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz")
+md5sums=('45954ab14ed5e5d2af0d7edaf982c927')
+
+build() {
+  cd "$srcdir/$_perlmod-$pkgver"
+
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_perlmod-$pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_perlmod-$pkgver"
+  perl Build install
+}
+
+# vim:set ts=2 sw=2 et:


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



More information about the arch-commits mailing list