# Automatically generated by apkbuild-cpan, template 1 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-class-container _pkgreal=Class-Container pkgver=0.12 pkgrel=1 pkgdesc="Glues object frameworks together transparently" url="http://search.cpan.org/dist/Class-Container/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-params-validate" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev perl-module-implementation $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" perl Build.PL installdirs=vendor || return 1 } build() { cd "$_builddir" ./Build && ./Build test } package() { cd "$_builddir" ./Build install destdir="$pkgdir" || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="6896bdb4464b96ad638e22b0400acbc9 Class-Container-0.12.tar.gz"