wok-6.x annotate wayland-dev/receipt @ rev 25558

Up libqcow (20221124)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 24 09:03:56 2023 +0000 (14 months ago)
parents fc9203de5ff2
children
rev   line source
pankso@16163 1 # SliTaz package receipt.
pankso@16163 2
pankso@16163 3 PACKAGE="wayland-dev"
Hans-G?nter@25407 4 VERSION="1.21.0"
pankso@16163 5 CATEGORY="development"
Hans-G?nter@25407 6 SHORT_DESC="Wayland X server development files."
pankso@16163 7 MAINTAINER="pankso@slitaz.org"
pankso@16163 8 LICENSE="MIT"
Hans-G?nter@25407 9 WEB_SITE="https://wayland.freedesktop.org/"
pankso@16163 10
pascal@19774 11 DEPENDS="wayland pkg-config"
Hans-G?nter@25407 12 WANTED="wayland"
Hans-G?nter@25407 13
Hans-G?nter@25407 14 HOST_ARCH="i486 arm"
pascal@19774 15
pankso@16163 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16163 17 genpkg_rules()
pankso@16163 18 {
Hans-G?nter@25407 19 mkdir -p $fs/usr/lib
Hans-G?nter@25407 20 mkdir -p $fs/usr/share
Hans-G?nter@25407 21
Hans-G?nter@25407 22 cp -a $install/usr/include $fs/usr
Hans-G?nter@25407 23 # 1.21.0 no static libraries created
Hans-G?nter@25407 24 # cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@25407 25 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@25407 26 [ -d "$install/usr/share/pkgconfig" ] &&
Hans-G?nter@25407 27 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
Hans-G?nter@25407 28 cp -a $install/usr/share/aclocal $fs/usr/share
pankso@16163 29 }