mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
The newest release is 1.003 and the old one (1.002) doesn't seem to be
available on search.cpan.org. Besides upstream seems to have decided to
ditch search.cpan.org for metacpan.org [1].
No pkgrel bump, since this shouldn't change anything in the package.
[1]: 42f1fb8878
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# Automatically generated by apkbuild-cpan, template 1
|
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=perl-business-issn
|
|
_pkgreal=${pkgname#perl-}
|
|
pkgver=1.002
|
|
pkgrel=1
|
|
pkgdesc="Perl extension for International Standard Serial Numbers"
|
|
url="https://github.com/briandfoy/business-issn"
|
|
arch="noarch"
|
|
license="GPL PerlArtistic"
|
|
cpandepends=""
|
|
cpanmakedepends=""
|
|
depends="$cpandepends"
|
|
makedepends="perl-dev $cpanmakedepends"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/briandfoy/$_pkgreal/archive/release-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-release-$pkgver"
|
|
|
|
prepare() {
|
|
default_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="1cba46bf36672a9f92ea12f4c72584f93f577687a9e1932eb71b13618f64b600a0fb85f0cda4d3e088940b8c4fe1c8dea65283bbd6892514eed246b21f30b6a1 perl-business-issn-1.002.tar.gz"
|