contrib/p5-xml-libxslt/Pkgfile

23 lines
685 B
Plaintext
Raw Permalink 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
2024-06-12 19:59:43 +02:00
version=2.003000
release=1
2022-11-20 10:02:39 +01:00
source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$version.tar.gz
59547c5f4103d33c352f8559da9654032cc8c44f.patch)
build() {
cd XML-LibXSLT-$version
2022-11-20 10:02:39 +01:00
# latest change made the Makefile not find libxslt, so we revert that here
patch -Rp1 -i $SRC/59547c5f4103d33c352f8559da9654032cc8c44f.patch
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}