aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-extutils-config/APKBUILD
blob: 4dce8caebd8f46c9f626be12edb50b7b772abc5b (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
# 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"