wok-current diff libxml2-dev/receipt @ rev 21795
compile zbackup with gcc83
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 07 16:39:20 2019 +0100 (2019-08-07) |
parents | 8ed62ecac0c7 |
children | 1394632bbfa7 |
line diff
1.1 --- a/libxml2-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/libxml2-dev/receipt Wed Aug 07 16:39:20 2019 +0100 1.3 @@ -1,28 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml2-dev" 1.7 -VERSION="2.8.0" 1.8 +VERSION="2.9.9" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="XML C parser and toolkit devel files." 1.11 +SHORT_DESC="XML C parser and toolkit - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 -WANTED="libxml2" 1.15 WEB_SITE="http://xmlsoft.org/" 1.16 -HOST_ARCH="i486 arm" 1.17 1.18 DEPENDS="libxml2-tools pkg-config" 1.19 +WANTED="libxml2" 1.20 + 1.21 +HOST_ARCH="i486 arm" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share 1.27 + mkdir -p $fs/usr/lib 1.28 + mkdir -p $fs/usr/bin 1.29 + mkdir -p $fs/usr/share 1.30 1.31 - cp -a $install/usr/bin/xml2-config $fs/usr/bin 1.32 - cp -a $install/usr/lib/*.sh $fs/usr/bin 1.33 + cp -a $install/usr/bin/xml2-config $fs/usr/bin 1.34 + cp -a $install/usr/lib/*.sh $fs/usr/bin 1.35 chmod +x $fs/usr/bin/*.sh 1.36 1.37 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.38 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 - cp -a $install/usr/include $fs/usr 1.40 - cp -a $install/usr/share/aclocal $fs/usr/share 1.41 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.42 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.43 + cp -a $install/usr/include $fs/usr 1.44 + cp -a $install/usr/share/aclocal $fs/usr/share 1.45 }