wok-undigest view libQtDeclarative/receipt @ rev 907

qt4 up to 4.8.4 test
author ernia <monghitri@aruba.it>
date Tue Jan 29 22:14:34 2013 +0000 (2013-01-29)
parents
children
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 }