wok-next view mesa-libegl/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents d7743923b5c6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-libegl"
4 VERSION="12.0.6"
5 CATEGORY="libs"
6 SHORT_DESC="OpenGL utility library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
10 PROVIDE="libegl"
12 WANTED="mesa"
13 DEPENDS="mesa"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 copy libEGL*
19 }