summaryrefslogtreecommitdiffstats
path: root/main/perl-html-mason-psgihandler/APKBUILD
blob: 1d0036cde5d43bddf7af687fe06c6edf23e3a3ee (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: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-html-mason-psgihandler
_pkgreal=HTML-Mason-PSGIHandler
pkgver=0.53
pkgrel=0
pkgdesc="PSGI handler for HTML::Mason"
url="http://search.cpan.org/dist/HTML-Mason-PSGIHandler/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-cgi-psgi perl-html-mason"
cpanmakedepends="  perl-plack "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/$_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="f5982567c24f86b41c4cad43fd07c16c  HTML-Mason-PSGIHandler-0.53.tar.gz"
sha256sums="eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b  HTML-Mason-PSGIHandler-0.53.tar.gz"
sha512sums="d8fe27ff0b25e41b7e64e83c277d323f5207b66e7630e3f688d586c375c63b1837935934a67e630c54fe8219e7b44fe084875e1530d36044fac85884ea62da40  HTML-Mason-PSGIHandler-0.53.tar.gz"