aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-test-without/APKBUILD
blob: 6b4aa7b0b124e2812764198e641980e217319c77 (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
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-test-without
_pkgreal="Test-Without"
pkgver=0.10
pkgrel=0
pkgdesc="Test::Without perl module"
url="http://search.cpan.org"
arch="noarch"
license="GPL or Artistic"
depends=""
makedepends="perl-dev"
install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/Test-Without-$pkgver.tar.gz"

_builddir="$srcdir"/$_pkgreal-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make && make test || return 1
}

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

md5sums="3f9332390cfa0f06688308c48d7d2ac3  Test-Without-0.10.tar.gz"
sha256sums="19467fb7e53e0b32aa829943352cf300d77fff2727f221e5afd2df3b37c8feab  Test-Without-0.10.tar.gz"
sha512sums="ce38a625bb8c4d6d9d5bcab7077ca80141e406d45a700743eb1ee006bc7397b4833af3dcd860ac6d8069fd0e4306c6abd9f210e42f6a1cd5301bec22434cbbf3  Test-Without-0.10.tar.gz"