wok diff libQtHelp/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 68ec33732967
children 28d590d94cce
line diff
     1.1 --- a/libQtHelp/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQtHelp/receipt	Mon Jan 27 07:30:42 2014 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Qt help Library"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
     1.8 +LICENSE="GPL3 LGPL2.1"
     1.9  WEB_SITE="http://qt-project.org/"
    1.10  WANTED="qt4"
    1.11  
    1.12 +DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
    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/libQtHelp.so* $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/libQtHelp.so* $fs/usr/lib
    1.20  }
    1.21