wok annotate libQtDesigner/receipt @ rev 11959

Update linux-libre according to changes made to linux
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 01 17:57:00 2012 +0100 (2012-03-01)
parents 492d81d36df5
children 68ec33732967
rev   line source
allan316@3198 1 # SliTaz package receipt.
allan316@3198 2
allan316@3198 3 PACKAGE="libQtDesigner"
slaxemulator@10082 4 VERSION="4.7.3"
allan316@3198 5 CATEGORY="development"
allan316@3198 6 SHORT_DESC="Qt Designer"
allan316@3198 7 MAINTAINER="allan316@gmail.com"
pascal@5030 8 DEPENDS="libQtCore libQtGui libQtScript libQtXml"
allan316@3198 9 WEB_SITE="http://www.trolltech.com"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
allan316@3198 12
allan316@3198 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3198 14 genpkg_rules()
allan316@3198 15 {
allan316@3198 16 mkdir -p $fs/usr/lib
allan316@3198 17 cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
allan316@3198 18 }
allan316@3198 19