wok view libQt5OpenGL/receipt @ rev 25672

Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 14:07:44 2024 +0000 (10 months ago)
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 }