aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-graphviz
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-09-13 13:54:02 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-09-13 13:54:08 +0000
commit23ade127c0883e630f18ed9f206f248e8b1a0b2f (patch)
tree78177e8801e3b480d32ad0004c2bc1b1ca70bfa4 /testing/perl-graphviz
parent973c3a5d1724a7486322e936b003e484715a97f4 (diff)
downloadaports-23ade127c0883e630f18ed9f206f248e8b1a0b2f.tar.bz2
aports-23ade127c0883e630f18ed9f206f248e8b1a0b2f.tar.xz
community/perl-graphviz: moved from testing, upgrade to 2.22
Diffstat (limited to 'testing/perl-graphviz')
-rw-r--r--testing/perl-graphviz/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/perl-graphviz/APKBUILD b/testing/perl-graphviz/APKBUILD
deleted file mode 100644
index f2c3ccf210..0000000000
--- a/testing/perl-graphviz/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-graphviz
-_pkgreal=GraphViz
-pkgver=2.21
-pkgrel=0
-pkgdesc="Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
-url="http://search.cpan.org/dist/GraphViz/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends="perl-libwww perl-file-which perl-xml-twig perl-xml-xpath
- perl-ipc-run perl-parse-recdescent perl-module-build perl-test2-suite"
-cpanmakedepends="perl-test-pod "
-depends="$cpandepends"
-makedepends="perl-dev graphviz $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-
-
-md5sums="bd5834fe41ace5e0ea5c24dd434cbeef GraphViz-2.21.tgz"
-sha256sums="96db3f6bfa566c5027f5e2c4c061aedb4232cd0ca1118b2f278437b36541fc7d GraphViz-2.21.tgz"
-sha512sums="e88fdceb9491aae294029376844e5c016891b1d45016080e03159521da980f7f4b1d773a9635cbca61d367ad1b1164f7f54e32a78bcbec3be096e70a9d785545 GraphViz-2.21.tgz"