wok view wayland-dev/receipt @ rev 25543
linux-cloop: update cloop.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 11 12:33:53 2023 +0000 (20 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 }