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

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents
children f463de72afe3
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 cook_copy_files libEGL*
19 }