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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:47:26 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:47:25
  Author: foutrelis
Revision: 470486

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-graphviz/repos/community-staging-any/PKGBUILD (from rev 470485, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:47:25 UTC (rev 470486)
@@ -0,0 +1,37 @@
+# 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=5
+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