[arch-commits] Commit in perl-graphviz/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 11:56:54 UTC 2018
Date: Wednesday, August 1, 2018 @ 11:56:54
Author: foutrelis
Revision: 366593
archrelease: copy trunk to community-staging-any
Added:
perl-graphviz/repos/community-staging-any/
perl-graphviz/repos/community-staging-any/PKGBUILD
(from rev 366592, perl-graphviz/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: perl-graphviz/repos/community-staging-any/PKGBUILD (from rev 366592, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 11:56:54 UTC (rev 366593)
@@ -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=4
+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