wok diff libQtXml/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents 68ec33732967
children 28d590d94cce
line diff
     1.1 --- a/libQtXml/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQtXml/receipt	Sun Nov 10 15:03:57 2013 +0000
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Qt Xml library"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="libQtNetwork"
     1.8 +LICENSE="GPL3 LGPL2.1"
     1.9  WEB_SITE="http://qt-project.org/"
    1.10  WANTED="qt4"
    1.11  
    1.12 +DEPENDS="libQtNetwork"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/libQtXml.so* $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/libQtXml.so* $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
    1.22  }
    1.23