wok-next view libegl-mesa/receipt @ rev 6891
Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 02:47:40 2010 +0000 (2010-10-21) |
parents | f29655c3012c |
children | 07ae722ec64e |
line source
1 # SliTaz package receipt.
3 PACKAGE="libegl-mesa"
4 VERSION="7.8.2"
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 libgl"
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 $_pkg/usr/lib/libEGL* $fs/usr/lib
18 cp -a $_pkg/usr/lib/egl $fs/usr/lib
19 }