wok-current view libQt5Network/receipt @ rev 25590
Update cacerts, up elfutils url, fix pkg-config, py3k rebuild, and xorg build with gcc 6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 24 14:03:59 2023 +0000 (16 months ago) |
parents | |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Network"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 network library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libQt5Core"
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/libQt5Network.so* $fs/usr/lib
19 }