# Automatically generated by apkbuild-cpan, template 1 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-text-bibtex _pkgreal=Text-BibTeX pkgver=0.87 pkgrel=0 pkgdesc="Perl module for Text-BibTeX" url="http://search.cpan.org/dist/Text-BibTeX/" arch="all" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="perl-module-build perl-config-autoconf perl-extutils-libbuilder perl-scalar-list-utils" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { default_prepare cd "$builddir" perl Build.PL installdirs=vendor } build() { cd "$builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build } check() { cd "$builddir" ./Build test } package() { cd "$builddir" ./Build install destdir="$pkgdir" find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="e9f244af7da5d8b22adfd3a58bee0d82042935295b8352715e721fec14c3c24eda48be02bb06c17bfedc998ef5b754ba256c9d4a778b7599a336bd3c7a205603 Text-BibTeX-0.87.tar.gz"