summaryrefslogtreecommitdiff
path: root/system/libxml2
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 02:22:24 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 02:22:24 +0000
commitcdd51dbcc0293f4c7e2a637b4e3175b2a68c0392 (patch)
treeafa54f00825deb0b136ce3c78a454da108143608 /system/libxml2
parent5504c474a443b03c859e53fbac6c4970b76e7907 (diff)
downloadpackages-cdd51dbcc0293f4c7e2a637b4e3175b2a68c0392.tar.gz
packages-cdd51dbcc0293f4c7e2a637b4e3175b2a68c0392.tar.bz2
packages-cdd51dbcc0293f4c7e2a637b4e3175b2a68c0392.tar.xz
packages-cdd51dbcc0293f4c7e2a637b4e3175b2a68c0392.zip
system/libxml2: bump to 2.9.9, modernise
Diffstat (limited to 'system/libxml2')
-rw-r--r--system/libxml2/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/system/libxml2/APKBUILD b/system/libxml2/APKBUILD
index ffeaf9772..15e2d87b8 100644
--- a/system/libxml2/APKBUILD
+++ b/system/libxml2/APKBUILD
@@ -1,22 +1,21 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxml2
-pkgver=2.9.8
-pkgrel=1
+pkgver=2.9.9
+pkgrel=0
pkgdesc="XML parsing library"
url="http://www.xmlsoft.org/"
arch="all"
+options="!check !strip" # Impossible to run on Python 3
license="MIT"
-depends=
+depends=""
depends_dev="zlib-dev icu-dev"
checkdepends="perl tar"
makedepends="$depends_dev python3-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-utils py-libxml2:py"
-options="!check !strip" # Impossible to run on Python 3
source="ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
python-segfault-fix.patch
"
-builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
# 2.9.4-r1:
@@ -46,7 +45,6 @@ build() {
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}
@@ -56,8 +54,6 @@ dev() {
}
py() {
- cd "$builddir"
-
pkgdesc="$pkgname Python bindings"
provides="py3-libxml2=$pkgver-r$pkgrel"
install -d "$subpkgdir"/usr/lib
@@ -71,5 +67,5 @@ utils() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
}
-sha512sums="28903282c7672206effa1362fd564cbe4cf5be44264b083a7d14e383f73bccd1b81bcafb5f4f2f56f5e7e05914c660e27668c9ce91b1b9f256ef5358d55ba917 libxml2-2.9.8.tar.gz
+sha512sums="cb7784ba4e72e942614e12e4f83f4ceb275f3d738b30e3b5c1f25edf8e9fa6789e854685974eed95b362049dbf6c8e7357e0327d64c681ed390534ac154e6810 libxml2-2.9.9.tar.gz
384b3d2031cd8f77528190bbb7652faa9ccb22bc604bcf4927e59046d38830dac38010828fe1568b6514976f725981a6d3ac1aa595d31477a36db2afe491452c python-segfault-fix.patch"