summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-wsdl/PKGBUILD
blob: 9e51bd3573a0b8c89980750a9793d428240c808d (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
25
26
pkgname=perl-wsdl
pkgver=3.003
pkgrel=2
pkgdesc="SOAP-WSDL provides a SOAP client with WSDL support"
arch=(any)
url="http://search.cpan.org/~swalters/SOAP-WSDL/"
license=('GPL' 'PerlArtistic')
depends=('perl' 'perl-class-load' 'perl-class-std-fast' 'perl-template-toolkit'
         'perl-term-readkey' 'perl-timedate' 'perl-uri' 'perl-libwww' 'perl-xml-parser')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/S/SW/SWALTERS/SOAP-WSDL-3.003.tar.gz)
_distdir="SOAP-WSDL-$pkgver"

build() {
  cd "$srcdir/$_distdir"
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
}

package() {
  cd "$srcdir/$_distdir"
  make install DESTDIR=$pkgdir
  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}
md5sums=('454b0d4f71d211c77eb27f1eb7f33a1e')