mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-cpan-changes: new aport
This commit is contained in:
parent
21f16ad077
commit
cb1f6e3ebe
1 changed files with 42 additions and 0 deletions
42
testing/perl-cpan-changes/APKBUILD
Normal file
42
testing/perl-cpan-changes/APKBUILD
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=perl-cpan-changes
|
||||
_pkgreal=CPAN-Changes
|
||||
pkgver=0.400002
|
||||
pkgrel=0
|
||||
pkgdesc="Read and write Changes files"
|
||||
url="http://search.cpan.org/dist/CPAN-Changes/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends=" "
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_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="5773d51abaafd37c6bcdde3827873075 CPAN-Changes-0.400002.tar.gz"
|
||||
sha256sums="01eedea90d07468cb58e4a50bfa3bb1d4eeda9073596add1118fc359153abe8d CPAN-Changes-0.400002.tar.gz"
|
||||
sha512sums="d359073d9d5ed2126835d4895c1ee5288cc09e72202ba77441bb25cf13e9cd0f16d4040b7e2cf1785efd6e8ccbe7908415fb4fefeebe9c0548d838d2ac850dfb CPAN-Changes-0.400002.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue