summaryrefslogtreecommitdiffstats
path: root/testing/perl-text-parsewords/APKBUILD
blob: 28a6dcd4756db11c389d92dc92f769948b4dc9e9 (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
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-text-parsewords
_pkgreal=Text-ParseWords
pkgver=3.27
pkgrel=0
pkgdesc="Perl module for Text-ParseWords"
url="http://search.cpan.org/dist/Text-ParseWords/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/$_pkgreal-$pkgver.zip"

_builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	cd "$_builddir"
	if [ -e Build.PL ]; then
		perl Build.PL installdirs=vendor || return 1
	else
		PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	fi
}

build() {
        cd "$_builddir"
        make && make test
}

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

md5sums="620fee5eece9b8d4a7a68e91fe617097  Text-ParseWords-3.27.zip"