From 0b5b5d6668fbda31c14ed0422222729ece800eaf Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 04:37:30 -0500 Subject: system/perl-io-html: add for lwp --- system/perl-io-html/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 system/perl-io-html/APKBUILD (limited to 'system/perl-io-html') diff --git a/system/perl-io-html/APKBUILD b/system/perl-io-html/APKBUILD new file mode 100644 index 000000000..c6c49d10f --- /dev/null +++ b/system/perl-io-html/APKBUILD @@ -0,0 +1,42 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Maintainer: Adélie Perl Team +pkgname=perl-io-html +_pkgreal=IO-HTML +pkgver=1.001 +pkgrel=2 +pkgdesc="Open an HTML file with automatic charset detection" +url="http://search.cpan.org/dist/IO-HTML/" +arch="noarch" +license="GPL-2.0-only OR Artistic-1.0-Perl" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/$_pkgreal-$pkgver.tar.gz" +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 +} + +check() { + cd "$builddir" + make test +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="fd3780c854e2e4003c80d2399987bbde2ebcc8f110915a74326660036d0860f79123f924c3200bcfa163363d74f53ca742bde973549e5a554e63648ed55dac52 IO-HTML-1.001.tar.gz" -- cgit v1.2.3-60-g2f50