aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-email-mime-contenttype/APKBUILD
blob: 85b745f6b299594e9f01a9f1a885a69436a6dc02 (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
43
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-email-mime-contenttype
_pkgreal=Email-MIME-ContentType
pkgver=1.020
pkgrel=0
pkgdesc="Parse a MIME Content-Type Header"
url="http://search.cpan.org/dist/Email-MIME-ContentType/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="  perl-capture-tiny "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

check() {
	cd "$builddir"
	make test
}

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
}

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

sha512sums="068ca2188b502d0c37cf3704b705dcfeac32f7c4d98cce3ccdea50977770b2ddb4da1e711ad7af456af44a605447c79d88cb286bffd2a6455957641bba34bb78  Email-MIME-ContentType-1.020.tar.gz"