contrib/p5-xml-libxml/Pkgfile

18 lines
510 B
Plaintext
Raw Normal View History

2019-08-04 16:15:57 +02:00
# Description: Interface to the libxml library
2020-02-01 21:01:54 +01:00
# URL: https://metacpan.org/pod/distribution/XML-LibXML/LibXML.pod
2019-08-04 16:15:57 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2024-01-24 20:39:47 +01:00
# Depends on: p5-alien-libxml2 p5-xml-sax
2019-08-04 16:15:57 +02:00
name=p5-xml-libxml
2024-01-24 20:39:47 +01:00
version=2.0210
2022-10-01 11:56:12 +02:00
release=1
2019-08-04 16:15:57 +02:00
source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$version.tar.gz)
build() {
cd XML-LibXML-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make pure_install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}