[notify] p5-alien-libxml2: 0.17 -> 0.19; new dependendcy: p5-alien-build-download-gitlab

This commit is contained in:
Tim Biermann 2022-10-01 12:02:01 +02:00
parent 59250d6091
commit b821a9d42b
3 changed files with 22 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3whZXx8MTKXOtCm4CyY/WzN7zQECzv3TFTqx1tsHDRJxP5fB7Z1mRofPu6NE8NMvNcjvJelf0boCYv6sacCArwE=
SHA256 (Pkgfile) = 5b4a025460b69999e5aa4dccefe28d83941055d0aeb2765b5e46a67868ceeaf9
RWSagIOpLGJF3zOf9ScIzEMIRzKGb37xnwuXiyRuzQS65AqICmdjgzct/ZB4mPrZvoYJ6ZPlGIaQqbq4I91BzW8WKhqPBE7GaAc=
SHA256 (Pkgfile) = 0ef00df013d7ed10d03caa592763db5d31be18ba7236c67f3d8be1e0732f2206
SHA256 (.footprint) = ae8b63aed971bd8fe8e3368de23e7853ac4eca171f1dbb4bf21092c128cce7fa
SHA256 (Alien-Libxml2-0.17.tar.gz) = 73b45244f0b5c36e5332c33569b82a1ab2c33e263f1d00785d2003bcaec68db3
SHA256 (Alien-Libxml2-0.19.tar.gz) = f4a674099bbd5747c0c3b75ead841f3b244935d9ef42ba35368024bd611174c9

View File

@ -1,10 +1,10 @@
# 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
# Depends on: libxml2 p5-alien-build-download-gitlab p5-html-parser p5-sort-versions
name=p5-alien-libxml2
version=0.17
version=0.19
release=1
source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$version.tar.gz)

View File

@ -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-alien-build-download-gitlab p5-html-parser p5-sort-versions p5-uri
name=p5-alien-libxml2
version=0.19
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
}