wok-current view libQtOpenGL/receipt @ rev 24895
libgpod: libplist 2.x support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 08 11:37:28 2022 +0000 (2022-04-08) |
parents | 9cb6a23202c2 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtOpenGL"
4 VERSION="4.8.7"
5 CATEGORY="development"
6 SHORT_DESC="Qt OpenGL Library"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
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/libQtOpenGL.so* $fs/usr/lib
19 }