Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0878dc444ebcbf624d9247739b82ff63d42da6e8
commit 0878dc444ebcbf624d9247739b82ff63d42da6e8 Author: Devil505 <[email protected]> Date: Tue Dec 27 18:33:01 2011 +0100 perl-soap-lite-0.714-1-i686 * new package diff --git a/source/devel-extra/perl-soap-lite/FrugalBuild b/source/devel-extra/perl-soap-lite/FrugalBuild new file mode 100644 index 0000000..ae51f90 --- /dev/null +++ b/source/devel-extra/perl-soap-lite/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[email protected]> + +_F_perl_name=SOAP-Lite +_F_perl_author=M/MK/MKUTTER +pkgver=0.714 +pkgrel=1 +pkgdesc="Client and server side SOAP implementation" +Finclude perl +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') +groups=('devel-extra') +archs=('i686' 'x86_64') +sha1sums=('e7257cb41b4f6016d2fef6d07bdd0a04c3223fe3') + +build() { + Fcd + PERL_MM_USE_DEFAULT=1 perl Makefile.PL || Fdie + make || Fdie + make test || Fdie + make install DESTDIR="$Fdestdir" || Fdie + + find $Fdestdir -name '.packlist' -delete + find $Fdestdir -name '*.pod' -delete +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
