summaryrefslogtreecommitdiff
path: root/p5-alien-libxml2/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:15:56 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:15:56 +0200
commit377d0366fda91852185420b6aa46bfbbdc8c6f9d (patch)
tree647d3dbbcc65973ccd5e4577540d430e5f1b4f08 /p5-alien-libxml2/Pkgfile
parent409601c9a643ae7a6e594942a0176e8441407851 (diff)
downloadcontrib-377d0366fda91852185420b6aa46bfbbdc8c6f9d.tar.gz
contrib-377d0366fda91852185420b6aa46bfbbdc8c6f9d.tar.xz
p5-alien-libxml2: initial commit
Diffstat (limited to 'p5-alien-libxml2/Pkgfile')
-rw-r--r--p5-alien-libxml2/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/p5-alien-libxml2/Pkgfile b/p5-alien-libxml2/Pkgfile
new file mode 100644
index 000000000..ac19e63ad
--- /dev/null
+++ b/p5-alien-libxml2/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Install the C libxml2 library on your system
+# URL: https://metacpan.org/release/Alien-Libxml2
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libxml2 p5-alien-build p5-html-parser p5-sort-versions p5-uri
+
+name=p5-alien-libxml2
+version=0.10_01
+release=1
+source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$version.tar.gz)
+
+build() {
+ cd Alien-Libxml2-$version
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit