summaryrefslogtreecommitdiffstats
path: root/main/perl-xml-parser/APKBUILD
blob: 5fde70b1b373f4a1fed6b7ef2059b162f42d2c86 (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
# Automatically generated by apkbuild-cpan, template 1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-xml-parser
_pkgreal=XML-Parser
pkgver=2.44
pkgrel=0
pkgdesc="A perl module for parsing XML documents"
url="http://search.cpan.org/dist/XML-Parser/"
arch="all"
license="GPL PerlArtistic"
cpandepends="perl-libwww"
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev expat-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$_pkgreal-$pkgver.tar.gz"

_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="af4813fe3952362451201ced6fbce379  XML-Parser-2.44.tar.gz"
sha256sums="1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216  XML-Parser-2.44.tar.gz"
sha512sums="4790d20d89478880b18255679727e5b2fb2860bb4de67d5032c805fd44c9f90697a240a612aba51255325192253aa578b346d658b29f631a4e92ad96e7d65b61  XML-Parser-2.44.tar.gz"