wok diff Qt5/receipt @ rev 25857

Fix reset menu.xml symlink when upgrade slitaz-configs
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 07 17:10:52 2025 +0000 (5 weeks ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Qt5/receipt	Thu Aug 07 17:10:52 2025 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="Qt5"
     1.7 +VERSION="5.14.2"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="qt5 x11 toolkit"
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL3 LGPL2.1"
    1.12 +WEB_SITE="https://qt-project.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	# dummy tree to avoid 'tazwok cmp --cook' building loop
    1.18 +	mkdir $fs/etc
    1.19 +}