wok-current view xorg-libXinerama-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 085f79f7c5c8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXinerama-dev"
4 VERSION="1.1.4"
5 CATEGORY="development"
6 SHORT_DESC="Xorg module - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 SOURCE="libXinerama"
13 DEPENDS="pkg-config xorg-libXext-dev xorg-libXinerama xorg-xineramaproto"
14 WANTED="xorg-libXinerama"
16 HOST_ARCH="i486 arm"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include $fs/usr
25 }