wok-6.x diff mesa-wayland-dev/receipt @ rev 24762
avfs: copy mountavfs and umountavfs with proper permissions
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 18 15:07:58 2022 +0100 (2022-03-18) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/mesa-wayland-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/mesa-wayland-dev/receipt Fri Mar 18 15:07:58 2022 +0100 1.3 @@ -1,23 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa-wayland-dev" 1.7 -VERSION="9.1.3" 1.8 +VERSION="9.2.5" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Wayland X server devel files." 1.11 +SHORT_DESC="Wayland X server - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 -WANTED="mesa-wayland" 1.15 WEB_SITE="https://www.mesa3d.org/" 1.16 1.17 DEPENDS="pkg-config udev-dev" 1.18 +WANTED="mesa-wayland" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib/dri 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/dri/*.*a $fs/usr/lib/dri 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/dri/*.*a $fs/usr/lib/dri 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 } 1.34 -