wok view qt5-qmake/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qt5-qmake"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 TAGS="qt"
7 SHORT_DESC="Qt5 make"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL3 LGPL3"
10 WEB_SITE="https://www.qt.io/"
12 DEPENDS="zlib"
13 WANTED="qt5"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/qmake $fs/usr/bin/qmake-qt5
21 cp -a $install/usr/bin/moc $fs/usr/bin/moc-qt5
22 cp -a $install/usr/bin/uic $fs/usr/bin/uic-qt5
23 }