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

bash: without installed readline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 23:01:05 2017 +0100 (2017-02-18)
parents 6259345a4c08
children a78610b2eb47
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 }