contrib/p5-xml-libxslt/Pkgfile

18 lines
489 B
Plaintext
Raw Normal View History

# Description: Interface to the gnome libxslt library
2020-06-01 17:45:48 +02:00
# URL: https://metacpan.org/pod/XML::LibXSLT
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libxslt p5-xml-libxml
name=p5-xml-libxslt
2022-05-16 21:52:39 +02:00
version=2.001000
release=1
source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$version.tar.gz)
build() {
cd XML-LibXSLT-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}