wok view libQtGui/receipt @ rev 8729

Fixed seamonkey. I had to disable-crashreporting in order for seamonkey to compile. I also didn't enabled cario cause its report by archlinux that 1.10 is buggy when enabled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 19 04:39:56 2011 +0000 (2011-02-19)
parents 568b7f4604a2
children 492d81d36df5
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtGui"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt Gui Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
9 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
10 xorg-libXrender libpng libegl-mesa"
11 WEB_SITE="http://qt.nokia.com/"
12 WANTED="qt4"
13 SOURCE="qt-everywhere-opensource-src"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
20 }