wok view wayland-dev/receipt @ rev 25407

updated wayland and wayland-dev (1.4.0 -> 1.21.0)
author Hans-G?nter Theisgen
date Wed Aug 03 16:34:53 2022 +0100 (21 months ago)
parents fc9203de5ff2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wayland-dev"
4 VERSION="1.21.0"
5 CATEGORY="development"
6 SHORT_DESC="Wayland X server development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://wayland.freedesktop.org/"
11 DEPENDS="wayland pkg-config"
12 WANTED="wayland"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share
22 cp -a $install/usr/include $fs/usr
23 # 1.21.0 no static libraries created
24 # cp -a $install/usr/lib/*.*a $fs/usr/lib
25 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
26 [ -d "$install/usr/share/pkgconfig" ] &&
27 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
28 cp -a $install/usr/share/aclocal $fs/usr/share
29 }