wok view libQtDeclarative/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents ee8093de2126
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDeclarative"
4 VERSION="4.8.4"
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-project.org/"
10 WANTED="qt4"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
17 }