wok view mesa-wayland-dev/receipt @ rev 18045
Add yad-html, write "provide" variables for yad-html, yad-gtk3.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 13 12:14:40 2015 +0300 (2015-05-13) |
parents | 8206cd68c4e2 |
children | f7dd646afeb9 |
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 }