wok diff libQtPlugins/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 68ec33732967
children 07ceb2680132
line diff
     1.1 --- a/libQtPlugins/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQtPlugins/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="qt x11 toolkit plugins"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL3 LGPL2.1"
     1.8 +WEB_SITE="http://qt-project.org/"
     1.9 +WANTED="qt4"
    1.10 +
    1.11  DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
    1.12  libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
    1.13  libQtTest libQtHelp"
    1.14 -WEB_SITE="http://qt-project.org/"
    1.15 -WANTED="qt4"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib/qt
    1.21 -	cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
    1.22 +	cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
    1.23  }
    1.24