wok view libQt5Help/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Help"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 help library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libQt5Gui libQt5Sql libQt5Xml"
12 WANTED="qt5"
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/libQt5Help.so* $fs/usr/lib
19 }