summaryrefslogtreecommitdiff
path: root/p5-xml-libxml/Pkgfile
blob: fa8a50ceaf0b2c4e9ac2e257192684027377e8e9 (plain)
    1 # Description: Interface to the libxml library
    2 # URL: https://cpan.metacpan.org/dist/XML-LibXML
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: p5-alien-libxml2 p5-xml-namespacesupport p5-xml-sax
    5 
    6 name=p5-xml-libxml
    7 version=2.0201
    8 release=1
    9 source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$version.tar.gz)
   10 
   11 build() {
   12   cd XML-LibXML-$version
   13   perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make pure_install DESTDIR=$PKG
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit