mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-extutils-config: new aport
A wrapper for perl's configuration http://search.cpan.org/dist/ExtUtils-Config/
This commit is contained in:
parent
5e6a9e6b73
commit
1af1aba11f
1 changed files with 41 additions and 0 deletions
41
testing/perl-extutils-config/APKBUILD
Normal file
41
testing/perl-extutils-config/APKBUILD
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=perl-extutils-config
|
||||
_pkgreal=ExtUtils-Config
|
||||
pkgver=0.007
|
||||
pkgrel=0
|
||||
pkgdesc="A wrapper for perl's configuration"
|
||||
url="http://search.cpan.org/dist/ExtUtils-Config/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends=" "
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
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 && make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="2829c0dfa8a7e51b3f582efbee4bb128 ExtUtils-Config-0.007.tar.gz"
|
||||
sha256sums="2c1465078b876fd16a90507092805265528c2532d4937b03547a6dbdb8ac0eef ExtUtils-Config-0.007.tar.gz"
|
||||
sha512sums="168facb55560ad562bf1e4ca59dd0cee119e0059a8ac7d62283b7074078f73aabd5cc8c217754492a1e0bae61456b9ed9480f9710fbddd3865e5eddaf746052f ExtUtils-Config-0.007.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue