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

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
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 }