wok-current view xcb-util-image-dev/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (2 months ago)
parents 3b6916480692
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-image-dev"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for xcb-util-image."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
11 DEPENDS="pkg-config xcb-util-image"
12 WANTED="xcb-util-image"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }