wok view libQtDesigner/receipt @ rev 24792

updated libgdiplus and libgdiplus-dev (6.0.4 -> 6.0.5)
author Hans-G?nter Theisgen
date Mon Mar 21 14:27:40 2022 +0100 (2022-03-21)
parents 9cb6a23202c2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDesigner"
4 VERSION="4.8.7"
5 CATEGORY="development"
6 SHORT_DESC="Qt Designer"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore libQtGui libQtScript libQtXml"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib
19 }