wok annotate QtDesigner/receipt @ rev 9598
busybox/httpd_helper.sh: local httpinfo variables
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 13 13:37:02 2011 +0200 (2011-04-13) |
parents | 20c7c65ea549 |
children | d4259b0646e1 |
rev | line source |
---|---|
allan316@1366 | 1 # SliTaz package receipt. |
allan316@1366 | 2 |
allan316@1366 | 3 PACKAGE="QtDesigner" |
slaxemulator@9129 | 4 VERSION="4.7.2" |
allan316@1366 | 5 CATEGORY="development" |
allan316@1366 | 6 SHORT_DESC="Qt Designer" |
allan316@1366 | 7 MAINTAINER="allan316@gmail.com" |
jozee@5369 | 8 DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtDesigner 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" |
slaxemulator@5353 | 12 WEB_SITE="http://qt.nokia.com/" |
jozee@5369 | 13 WANTED="qt4" |
jozee@5369 | 14 SOURCE="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 { |
jozee@5369 | 20 mkdir -p $fs/usr/bin \ |
jozee@5369 | 21 $fs/usr/share/pixmaps \ |
jozee@5369 | 22 $fs/usr/share/applications |
slaxemulator@8666 | 23 |
allan316@1366 | 24 cp -a $_pkg/usr/bin/designer* $fs/usr/bin |
jozee@5369 | 25 cp -a $_pkg/usr/bin/linguist* $fs/usr/bin |
jozee@5369 | 26 cp -a $_pkg/usr/bin/assistant* $fs/usr/bin |
jozee@5369 | 27 |
jozee@5369 | 28 # add missing icons |
jozee@5369 | 29 cp -a $src/tools/assistant/tools/assistant/images/assistant.png $fs/usr/share/pixmaps |
jozee@5369 | 30 cp -a $src/tools/designer/src/designer/images/designer.png $fs/usr/share/pixmaps |
jozee@5369 | 31 cp -a $src/tools/linguist/linguist/images/icons/linguist-16-32.png $fs/usr/share/pixmaps |
jozee@5369 | 32 |
jozee@5369 | 33 # add .desktop files |
jozee@5369 | 34 cp -a stuff/* $fs/usr/share/applications |
allan316@1366 | 35 } |
allan316@1366 | 36 |