aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-business-ismn/APKBUILD
blob: 01731215c4613a272c6b0992014be20377836ddc (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
40
41
42
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-business-ismn
_pkgreal=Business-ISMN
pkgver=1.13
pkgrel=0
pkgdesc="Work with International Standard Music Numbers"
url="http://search.cpan.org/dist/Business-ISMN/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-tie-cycle"
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare || return 1

	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 && make test
}

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

md5sums="e8696a78b4aa8a99869fbb0625c5cc13  Business-ISMN-1.13.tar.gz"
sha256sums="89b598dcde116732f8621b18660fec9a6989b1ad5bf96599b98fbcaecad9a132  Business-ISMN-1.13.tar.gz"
sha512sums="bad9fdfe16a6b62c823019af4162e0cb2f97dbda8cc5cad01ff3a6e80d22e5fa1d260ef410ad1393d03fc750f7976f06932ac948390cdeb995cc458e1d3cd984  Business-ISMN-1.13.tar.gz"