wok view libegl-mesa/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 37eb1b42e1fe
children 78230e8a1430
line source
1 # SliTaz package receipt.
3 PACKAGE="libegl-mesa"
4 VERSION="9.0.1"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL utility library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 WANTED="mesa"
10 DEPENDS="glibc-base gcc-lib-base mesa"
11 PROVIDE="libegl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/libEGL* $fs/usr/lib
18 }