wok-next annotate 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
rev   line source
al@19648 1 # SliTaz package receipt.
al@19648 2
al@19648 3 PACKAGE="mesa-libegl"
al@19648 4 VERSION="12.0.6"
al@19648 5 CATEGORY="libs"
al@19648 6 SHORT_DESC="OpenGL utility library"
al@19648 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19648 8 LICENSE="MIT"
al@19648 9 WEB_SITE="https://www.mesa3d.org/"
al@19648 10 PROVIDE="libegl"
al@19648 11
al@19648 12 WANTED="mesa"
al@19648 13 DEPENDS="mesa"
al@19648 14
al@19648 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19648 16 genpkg_rules()
al@19648 17 {
al@19648 18 cook_copy_files libEGL*
al@19648 19 }