summaryrefslogblamecommitdiff
path: root/user/perl-xmlrpc-lite/APKBUILD
blob: dc2f7bc8d79a8fb9a63e9b91fab9297b0b255251 (plain) (tree)
1
2
3
4
5
6
7


                                                                   



                               




                                                    
                                                                         
                                           
                             
                       
                      
                          

                                                                                        

         




                                                                 



                 




                                                                                                                                                                       
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-xmlrpc-lite
_pkgreal=XMLRPC-Lite
_author=PHRED
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.717
pkgrel=0
pkgdesc="Lightweight Perl implementation of XML-RPC"
url="https://metacpan.org/release/XMLRPC-Lite"
arch="noarch"
options="!check"  # https://rt.cpan.org/Public/Bug/Display.html?id=127761
license="Artistic-1.0-Perl OR GPL-2.0-only"
depends="perl perl-soap-lite"
checkdepends="perl-dev"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

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

sha512sums="bce50efb0e7fec81834c1fc2cdc987aed8530b11738c713446f6c2cf2bc503f4d05411f630eb78f4e109fe89eaf9bb835e8e0f069548f19c164ba8b182ab8b24  XMLRPC-Lite-0.717.tar.gz"