summaryrefslogtreecommitdiff
path: root/community/perl-xml-libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-xml-libxslt')
-rw-r--r--community/perl-xml-libxslt/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/perl-xml-libxslt/PKGBUILD b/community/perl-xml-libxslt/PKGBUILD
index f982ee279..de58675ec 100644
--- a/community/perl-xml-libxslt/PKGBUILD
+++ b/community/perl-xml-libxslt/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=perl-xml-libxslt
pkgver=1.70
-pkgrel=4
+pkgrel=5
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/P/PA/PAJAS/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('c63a7913999de076e5c911810f69b392')
build() {
cd $srcdir/XML-LibXSLT-$pkgver
@@ -18,11 +18,13 @@ build() {
make
}
+check () {
+ cd $srcdir/XML-LibXSLT-$pkgver
+ make test
+}
+
package() {
cd $srcdir/XML-LibXSLT-$pkgver
make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
}
-md5sums=('c63a7913999de076e5c911810f69b392')