wok-current view libQt5DBus/receipt @ rev 25679
Patch ghostscript CVE-2023-36664
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 08 13:06:31 2024 +0000 (8 months ago) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5DBus"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 Dbus Library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt-io/"
11 DEPENDS="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 mkdir -p $fs/usr/bin
20 cp -a $install/usr/lib/libQt5DBus.so* $fs/usr/lib
21 cp -a $install/usr/bin/qdbus $fs/usr/bin
22 }