summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-xml-libxslt/PKGBUILD
blob: 503e401a940cf517afef42d6bbebe4f803087028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: François Charette <firmicus ατ gmx δοτ net>

pkgname=perl-xml-libxslt
pkgver=1.68
pkgrel=1
pkgdesc="Interface to the gnome libxslt library "
arch=('i686' 'x86_64')
url="http://search.cpan.org/~PAJAS/XML-LibXSLT"
license=('GPL' 'PerlArtistic')
depends=('perl-xml-libxml>=1.67' 'libxslt')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXSLT-$pkgver.tar.gz) 
md5sums=('23265ad14469b3eede5833f205198a6f')

build() {
  cd  $srcdir/XML-LibXSLT-$pkgver
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
  make || return 1
  make install DESTDIR=$pkgdir || return 1
  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}