diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-24 14:08:46 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-24 14:08:46 +0000 |
commit | 66216b13996290741c818e928c7f9f04384a5291 (patch) | |
tree | bfcedbff0f08541c783222493be13a5e9c00a994 /main | |
parent | c816cbc47c075fd4f25b6dc81619824381495cf4 (diff) | |
download | aports-66216b13996290741c818e928c7f9f04384a5291.tar.bz2 aports-66216b13996290741c818e928c7f9f04384a5291.tar.xz |
main/perl-data-hexdump: moved from community
Needed by smokeping
Diffstat (limited to 'main')
-rw-r--r-- | main/perl-data-hexdump/APKBUILD | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/main/perl-data-hexdump/APKBUILD b/main/perl-data-hexdump/APKBUILD new file mode 100644 index 0000000000..a703f4f78b --- /dev/null +++ b/main/perl-data-hexdump/APKBUILD @@ -0,0 +1,44 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> +pkgname=perl-data-hexdump +_pkgreal=Data-HexDump +pkgver=0.02 +pkgrel=1 +pkgdesc="Hexadecial Dumper" +url="http://search.cpan.org/dist/Data-HexDump/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/$_pkgreal-$pkgver.tar.gz" + +builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + default_prepare + + cd "$builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor +} + +build() { + cd "$builddir" + make +} + +check() { + cd "$builddir" + make test +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="71e787cf679237cbddffd3eca2576812dca38216a8caf9282f7d56af4e268810f36ebd57e3e5c369ec393e7f0e9ae2edbcbe7fd5ffbe49ef4d7e8ba302a28e47 Data-HexDump-0.02.tar.gz" |