wok diff libxml2-dev/receipt @ rev 13106

Up: ardour to 2.8.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 26 18:39:56 2012 +0000 (2012-06-26)
parents c50f70597a21
children 27727d07d680
line diff
     1.1 --- a/libxml2-dev/receipt	Mon May 21 01:58:24 2012 +0200
     1.2 +++ b/libxml2-dev/receipt	Tue Jun 26 18:39:56 2012 +0000
     1.3 @@ -6,21 +6,20 @@
     1.4  SHORT_DESC="XML C parser and toolkit devel files."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  WANTED="libxml2"
     1.7 -DEPENDS="libxml2-tools"
     1.8  WEB_SITE="http://xmlsoft.org/"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11 +DEPENDS="libxml2-tools"
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
    1.17 -
    1.18  	cp -a $install/usr/bin/xml2-config $fs/usr/bin
    1.19  	cp -a $install/usr/lib/*.sh $fs/usr/bin
    1.20 -	chmod +x $fs/usr/bin/*.sh
    1.21 -
    1.22  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24  	cp -a $install/usr/include $fs/usr
    1.25  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.26 +	chmod +x $fs/usr/bin/*.sh
    1.27  }