wok-stable diff libxml2-dev/receipt @ rev 4615

asterisk: add ilbc, do not stop on missing includes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 14:55:58 2009 +0100 (2009-12-17)
parents 9eb29089cde2
children 7afec9d4a03e
line diff
     1.1 --- a/libxml2-dev/receipt	Sun Apr 26 00:39:13 2009 +0200
     1.2 +++ b/libxml2-dev/receipt	Thu Dec 17 14:55:58 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-dev"
     1.7 -VERSION="2.7.3"
     1.8 +VERSION="2.7.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="XML C parser and toolkit devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,11 +12,11 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
    1.16 -	
    1.17 +
    1.18  	cp -a $_pkg/usr/bin/xml2-config $fs/usr/bin
    1.19  	cp -a $_pkg/usr/lib/*.sh $fs/usr/bin
    1.20  	chmod +x $fs/usr/bin/*.sh
    1.21 -	
    1.22 +
    1.23  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.24  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25  	cp -a $_pkg/usr/include $fs/usr