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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 06:32:22 UTC 2017


    Date: Friday, June 2, 2017 @ 06:32:19
  Author: foutrelis
Revision: 232841

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-graphviz/repos/community-staging-any/PKGBUILD (from rev 232840, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 06:32:19 UTC (rev 232841)
@@ -0,0 +1,38 @@
+# $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>
+
+pkgname=perl-graphviz
+pkgver=2.24
+pkgrel=2
+pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="http://search.cpan.org/dist/GraphViz"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-libwww' 'perl-parse-recdescent'
+         'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz")
+md5sums=('b57b32444e73d24cf9c374bf38bad699')
+
+build() {
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd GraphViz-$pkgver
+  make test
+}
+
+package() {
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list