aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-getopt-long-descriptive/APKBUILD
blob: 2d73c85d7178c5aa1a39a031f19e526062f24963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-getopt-long-descriptive
_pkgreal=Getopt-Long-Descriptive
pkgver=0.100
pkgrel=0
pkgdesc="Getopt::Long, but simpler and more powerful"
url="http://search.cpan.org/dist/Getopt-Long-Descriptive/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-sub-exporter perl-params-validate"
cpanmakedepends="perl-test-warnings perl-test-fatal perl-cpan-meta-check"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"

_builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$_builddir"
	make && make test
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="de219672e59bab7137d8f0e4219f41a5  Getopt-Long-Descriptive-0.100.tar.gz"
sha256sums="1451e79310d1630de37690e3aba5c38ea5f01a486c5a43f0cd95bef2a02dffb6  Getopt-Long-Descriptive-0.100.tar.gz"
sha512sums="0efd6f707487b9b44d5c3b5c9e46c3718546e44bf1b66c198be6ebfc922e7bdb23a9c57c5a9c0985dc3769617141696750e1bd982457247b679e3bdb5f9f16c7  Getopt-Long-Descriptive-0.100.tar.gz"