# $Id: PKGBUILD 112656 2014-06-04 13:52:40Z bluewind $ # Maintainer: Felix Yan # Contributor: Jonathan Steel # Contributor: Justin "juster" Davis # Contributor: François Charette pkgname=perl-xml-libxslt pkgver=1.92 pkgrel=2 pkgdesc="Interface to the gnome libxslt library" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/XML-LibXSLT" license=('GPL') depends=('perl-xml-libxml' 'libxslt') options=('!emptydirs') source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz) md5sums=('e543d54493c8be6d4fb26595593818d1') build() { cd XML-LibXSLT-$pkgver perl Makefile.PL INSTALLDIRS=vendor make } check() { cd XML-LibXSLT-$pkgver make test } package() { cd XML-LibXSLT-$pkgver make DESTDIR="$pkgdir" install }