aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-graphviz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-graphviz/APKBUILD')
-rw-r--r--testing/perl-graphviz/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/perl-graphviz/APKBUILD b/testing/perl-graphviz/APKBUILD
deleted file mode 100644
index 9911fe5f1d..0000000000
--- a/testing/perl-graphviz/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-graphviz
-_pkgreal=GraphViz
-pkgver=2.09
-pkgrel=4
-pkgdesc="Perl module for GraphViz"
-url="http://search.cpan.org/dist/GraphViz/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends="graphviz perl-ipc-run perl-parse-recdescent perl-file-which perl-xml-xpath perl-xml-twig perl-test-pod"
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages=""
-source="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- perl Build.PL installdirs=vendor || return 1
-}
-
-build() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- ./Build
-}
-
-package() {
- cd "$_builddir"
- ./Build install destdir="$pkgdir" || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-
-md5sums="c4519796341dd9f147272baa797cdda9 GraphViz-2.09.tgz"