[arch-commits] Commit in perl-graphviz/repos (2 files)

Felix Yan fyan at archlinux.org
Tue Jun 16 13:49:06 UTC 2015


    Date: Tuesday, June 16, 2015 @ 15:49:06
  Author: fyan
Revision: 135482

archrelease: copy trunk to community-testing-any

Added:
  perl-graphviz/repos/community-testing-any/
  perl-graphviz/repos/community-testing-any/PKGBUILD
    (from rev 135481, perl-graphviz/trunk/PKGBUILD)

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

Copied: perl-graphviz/repos/community-testing-any/PKGBUILD (from rev 135481, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-06-16 13:49:06 UTC (rev 135482)
@@ -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.18
+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=('cd507325c0bbfcc168a034abaf60a12b')
+
+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:



More information about the arch-commits mailing list