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

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents
children 0ed96febc462
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-wayland-dev"
4 VERSION="1.4.0"
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/dri
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/dri/*.*a $fs/usr/lib/dri
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }