From cdd51dbcc0293f4c7e2a637b4e3175b2a68c0392 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Mar 2019 02:22:24 +0000 Subject: system/libxml2: bump to 2.9.9, modernise --- system/libxml2/APKBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'system/libxml2/APKBUILD') 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 # Maintainer: A. Wilcox 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" -- cgit v1.2.3-60-g2f50