wok-next diff libQtPlugins/receipt @ rev 15327
libmng: remove automake depricated automatic de-ANSI-fication support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 09:30:43 2013 +0000 (2013-09-28) |
parents | 68ec33732967 |
children | 07ceb2680132 |
line diff
1.1 --- a/libQtPlugins/receipt Mon Feb 11 23:39:16 2013 +0000 1.2 +++ b/libQtPlugins/receipt Sat Sep 28 09:30:43 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