# Automatically generated by apkbuild-cpan, template 1 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-test-differences _pkgreal=Test-Differences pkgver=0.61 pkgrel=0 pkgdesc="Test strings and data structures and show differences if not ok" url="http://search.cpan.org/dist/Test-Differences/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-text-diff" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/O/OV/OVID/$_pkgreal-$pkgver.tar.gz" _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 && ./Build test } package() { cd "$_builddir" ./Build install destdir="$pkgdir" || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="8728047fbd04a32ffdbbc4304d635eb1 Test-Differences-0.61.tar.gz"