wok view mesa-wayland-dev/receipt @ rev 16212

weston: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 31 12:57:26 2014 +0000 (2014-03-31)
parents 0ed96febc462
children 6259345a4c08
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-wayland-dev"
4 VERSION="9.1.3"
5 CATEGORY="development"
6 SHORT_DESC="Wayland X server devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="mesa-wayland"
10 WEB_SITE="http://www.mesa3d.org/"
12 DEPENDS="pkg-config udev-dev
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/dri
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/dri/*.*a $fs/usr/lib/dri
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }