wok-next view perl-soap-lite/receipt @ rev 20979

Build vifm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:38:02 2018 +0300 (2018-09-27)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-soap-lite"
4 VERSION="1.27"
5 CATEGORY="perl"
6 SHORT_DESC="SOAP::Lite - Perl's Web Services Toolkit"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/SOAP-Lite"
10 REPOLOGY="perl:soap-lite"
12 TARBALL="SOAP-Lite-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL"
15 DEPENDS="perl-class-inspector perl-io-sessiondata perl-io-socket-ssl \
16 perl-lwp-protocol-https perl-libwww-perl perl-task-weaken perl-uri \
17 perl-xml-parser"
18 BUILD_DEPENDS="$DEPENDS"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }