summaryrefslogtreecommitdiff
path: root/p5-xml-libxml/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:15:57 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:15:57 +0200
commit21906f4fdc38eee56d54032f3839e7c0376b1b2a (patch)
tree27ef3abff7e694c3ea63e38829b5b082fa787781 /p5-xml-libxml/Pkgfile
parent802120159db077e9954134f95590971d9106b3af (diff)
downloadcontrib-21906f4fdc38eee56d54032f3839e7c0376b1b2a.tar.gz
contrib-21906f4fdc38eee56d54032f3839e7c0376b1b2a.tar.xz
p5-xml-libxml: initial commit
Diffstat (limited to 'p5-xml-libxml/Pkgfile')
-rw-r--r--p5-xml-libxml/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/p5-xml-libxml/Pkgfile b/p5-xml-libxml/Pkgfile
new file mode 100644
index 000000000..fa8a50cea
--- /dev/null
+++ b/p5-xml-libxml/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Interface to the libxml library
+# URL: https://cpan.metacpan.org/dist/XML-LibXML
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: p5-alien-libxml2 p5-xml-namespacesupport p5-xml-sax
+
+name=p5-xml-libxml
+version=2.0201
+release=1
+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
+}

Generated by cgit