summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-soap-lite/PKGBUILD
blob: d732ea6cd3d385400e97e67200dd231b162256f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Allan McRae <mcrae_allan@hotmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>

pkgname=perl-soap-lite
pkgver=0.710.08
pkgrel=1
pkgdesc="Client and server side SOAP implementation"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~MKUTTER/SOAP-Lite"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \
         'perl-mime-tools' 'perl-io-socket-ssl' 'perlxml>=2.23' 'perl-fcgi')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-$pkgver.tar.gz) 
md5sums=('e7869ad91fee76cc1782fe29fe3a989d')

build() {
  cd  $startdir/src/SOAP-Lite-$pkgver
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
  make || return 1
  make install DESTDIR=$startdir/pkg || return 1
  find $startdir/pkg -name '.packlist' -delete
  find $startdir/pkg -name '*.pod' -delete
}