wok annotate QtDesigner/receipt @ rev 5353

Up: qt-everywhere-opensource-src (4.6.2) - Renamed qt-x11-opensource-src to qt-everywhere-opensource-src. Updated WEBSITE and WGET_URL. Remove libQtOpenGL since its not in qt anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:29:16 2010 +0000 (2010-04-28)
parents 9554030e83f1
children 6a0db6c0b0fe
rev   line source
allan316@1366 1 # SliTaz package receipt.
allan316@1366 2
allan316@1366 3 PACKAGE="QtDesigner"
slaxemulator@5353 4 VERSION="4.6.2"
allan316@1366 5 CATEGORY="development"
allan316@1366 6 SHORT_DESC="Qt Designer"
allan316@1366 7 MAINTAINER="allan316@gmail.com"
pascal@2421 8 DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtScript \
pascal@2421 9 expat fontconfig freetype glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
pascal@2511 10 xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender zlib \
pascal@4997 11 libpng gcc-lib-base"
allan316@1366 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@5353 13 WEB_SITE="http://qt.nokia.com/"
slaxemulator@5353 14 WANTED="qt-everywhere-opensource-src"
jozee@4971 15 TAGS="qt"
allan316@1366 16
allan316@1366 17 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1366 18 genpkg_rules()
allan316@1366 19 {
allan316@1366 20 mkdir -p $fs/usr/bin
allan316@1366 21 mkdir -p $fs/usr/lib
allan316@1366 22 cp -a $_pkg/usr/bin/designer* $fs/usr/bin
allan316@1366 23 cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
allan316@1366 24 strip -s $fs/usr/bin/*
allan316@1366 25 }
allan316@1366 26