wok-next view libQtDeclarative/receipt @ rev 18051

Up autossh (1.4d), libssh (0.7.0), sshttp (0-31s)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:21:34 2015 +0200 (2015-05-15)
parents 7bb096863642
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDeclarative"
4 VERSION="4.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Qt Declarative Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql libQtSvg libQtScript"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
19 }