wok-6.x view libQt5Xml/receipt @ rev 24348
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 02 18:01:43 2022 +0000 (2022-02-02) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Xml"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 XML library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libQt5Network"
12 WANTED="qt5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/libQt5Xml.so* $fs/usr/lib
20 cp -a $install/usr/lib/libQt5XmlPatterns.so* $fs/usr/lib
21 }