wok-current view libQt5Concurrent/receipt @ rev 25737
Add wireshark and deps, rebuild ntfs-3g with posix acls
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jan 28 15:25:33 2025 +0000 (7 months ago) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Concurrent"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 Concurrent library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="glib zlib"
12 WANTED="qt5"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/libQt5Concurrent.so* $fs/usr/lib
21 }