wok diff libxml2/receipt @ rev 5250
Up: libgfortan (match gcc)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 12 18:38:44 2010 +0200 (2010-04-12) |
parents | c27f65372234 |
children | 9ffde6739ffa |
line diff
1.1 --- a/libxml2/receipt Tue Oct 06 11:19:06 2009 +0200 1.2 +++ b/libxml2/receipt Mon Apr 12 18:38:44 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml2" 1.7 -VERSION="2.7.5" 1.8 +VERSION="2.7.6" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Libxml2 is the XML C parser and toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,7 +13,7 @@ 1.13 # Rules to configure and make the package. 1.14 # 1.15 # Note: libxml2 can be build using option --with-minimum 1.16 -# 1.17 +# and binaries are splited into libxml2-tools 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 @@ -32,6 +32,4 @@ 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - rm $fs/usr/bin/xml2-config 1.27 }