wok view libQtDeclarative/receipt @ rev 13897

Add: qutim (0.3.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Jan 19 12:39:53 2013 +0000 (2013-01-19)
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 }