wok-current view libQtDeclarative/receipt @ rev 25520
created recipes for libluv and libluv-dev 1.44.2.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 15:44:32 2023 +0100 (22 months ago) |
parents | 9cb6a23202c2 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDeclarative"
4 VERSION="4.8.7"
5 CATEGORY="development"
6 SHORT_DESC="Qt Declarative Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://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 }