wok view libQt5OpenGL/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5OpenGL"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 OpenGL library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libdrm libglu-mesa libQt5Gui mesa xorg-libXdamage xorg-libXxf86vm"
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/libQt5OpenGL.so* $fs/usr/lib
19 }