wok view libQtDeclarative/receipt @ rev 13309

Move from undigest shake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 29 10:51:37 2012 +0200 (2012-08-29)
parents
children 68ec33732967
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDeclarative"
4 VERSION="4.7.3"
5 CATEGORY="development"
6 SHORT_DESC="Qt Declarative Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql libQtSvg libQtScript"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
11 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
18 }