wok diff libQtGui/receipt @ rev 16521

libgd: try an other fix!
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 00:27:15 2014 +0200 (2014-04-26)
parents 68ec33732967
children 28d590d94cce
line diff
     1.1 --- a/libQtGui/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQtGui/receipt	Sat Apr 26 00:27:15 2014 +0200
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Qt Gui Library"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 +LICENSE="GPL3 LGPL2.1"
     1.8 +WANTED="qt4"
     1.9 +
    1.10  DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
    1.11  xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
    1.12  xorg-libXrender libpng libegl-mesa"
    1.13  WEB_SITE="http://qt-project.org/"
    1.14 -WANTED="qt4"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/libQtGui.so* $fs/usr/lib
    1.22  }
    1.23