[arch-commits] Commit in perl-soap-lite/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 11:25:49 UTC 2021
Date: Monday, May 24, 2021 @ 11:25:49
Author: felixonmars
Revision: 944433
archrelease: copy trunk to community-staging-any
Added:
perl-soap-lite/repos/community-staging-any/
perl-soap-lite/repos/community-staging-any/PKGBUILD
(from rev 944431, perl-soap-lite/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-soap-lite/repos/community-staging-any/PKGBUILD (from rev 944431, perl-soap-lite/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 11:25:49 UTC (rev 944433)
@@ -0,0 +1,27 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-soap-lite
+pkgver=1.27
+pkgrel=6
+pkgdesc="Client and server side SOAP implementation"
+arch=('any')
+url="https://search.cpan.org/dist/SOAP-Lite"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
+ 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \
+ 'perl-class-inspector' )
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz")
+md5sums=('7d067b73c3b0370cac2af01916590fcb')
+
+build() {
+ cd "${srcdir}/SOAP-Lite-${pkgver}"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "${srcdir}/SOAP-Lite-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+}
More information about the arch-commits
mailing list