wok-6.x diff libxml2/receipt @ rev 23600
updated firefox-official (72.0.1 -> 75.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 10 16:03:29 2020 +0100 (2020-04-10) |
parents | 0253e30fe373 |
children | 3e2a0347b2f1 |
line diff
1.1 --- a/libxml2/receipt Sun Apr 21 07:35:58 2019 +0100 1.2 +++ b/libxml2/receipt Fri Apr 10 16:03:29 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml2" 1.7 -VERSION="2.9.9" 1.8 +VERSION="2.9.10" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="XML C parser and toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -31,7 +31,7 @@ 1.13 # and binaries are splited into libxml2-tools 1.14 compile_rules() 1.15 { 1.16 - autoreconf -fi 1.17 + autoreconf -fi && 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --infodir=/usr/share/info \ 1.21 @@ -48,5 +48,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 }