[arch-commits] Commit in perl-soap-lite/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:20:06 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:20:05
  Author: felixonmars
Revision: 649739

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 649738, perl-soap-lite/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: perl-soap-lite/repos/community-staging-any/PKGBUILD (from rev 649738, perl-soap-lite/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:20:05 UTC (rev 649739)
@@ -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=5
+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