wok-stable view libQtGui/receipt @ rev 5364

Up: audacious, audacious-dev, audacious-plugins (2.3) - Added dbus-glib-dev to audacious build depends. I also had to copy audacious2 binary directly to build the package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 29 09:41:09 2010 +0000 (2010-04-29)
parents 4dc509a6ba55
children 6a0db6c0b0fe
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtGui"
4 VERSION="4.6.2"
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://qt.nokia.com/"
13 WANTED="qt-everywhere-opensource-src"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
21 }