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

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 10:24:30 2019 +0100 (2019-02-27)
parents f7dd646afeb9
children 6f50b9312cbf
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="https://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 }