aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-graphviz/APKBUILD
blob: 3833de0d3acc6061cc7e2827c401d8b999c9876c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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.23
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="4411e1cf64a6df89711c8a197f301900  GraphViz-2.23.tgz"
sha256sums="7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc  GraphViz-2.23.tgz"
sha512sums="3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f  GraphViz-2.23.tgz"