summaryrefslogtreecommitdiffstats
path: root/main/perl-tree-dag_node/APKBUILD
blob: 9a72c86dd496fc4e6669d9c04342847be9387c35 (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
# 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-tree-dag_node
_pkgreal=Tree-DAG_Node
pkgver=1.22
pkgrel=0
pkgdesc="An N-ary tree"
url="http://search.cpan.org/dist/Tree-DAG_Node/"
arch="noarch"
license="Artistic-2"
cpandepends="perl-file-slurp-tiny"
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz"

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

prepare() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

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="71ab3d930767e2c849b51d805965977b  Tree-DAG_Node-1.22.tgz"
sha256sums="9ef1213a6734c36992f4bbb8cc9b3267143dd3aca42e8c069d9bc7cab24f4dba  Tree-DAG_Node-1.22.tgz"
sha512sums="5c03723b99b279c410273b64efa27fc95c21cd4c61cb085cb3271f861128acf3424afa17be5b3558491d3bd7ec02dac4e8ec4be90cc733cf945cb4415e295757  Tree-DAG_Node-1.22.tgz"