wok view libQtOpenGL/receipt @ rev 20505

partclone 0.2.89 -> 0.2.70: dpkg-architecture not used here
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Oct 30 11:23:14 2018 +0000 (2018-10-30)
parents bb55ebf48a66
children cb67b4f8be05
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="http://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 }