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

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
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 }