wok-current diff xorg-xkbcomp-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
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xkbcomp-dev/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xkbcomp-dev"
     1.7 +VERSION="1.4.5"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xorg keyboard composite devel files."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +WANTED="xorg-xkbcomp"
    1.14 +
    1.15 +DEPENDS="xorg-xkbcomp"
    1.16 +BUILD_DEPENDS="xorg-libxkbfile-dev"
    1.17 +
    1.18 +HOST_ARCH="i486 arm"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +        mkdir -p $fs/usr/share/licenses
    1.24 +        mkdir -p $fs/usr/lib
    1.25 +
    1.26 +        cp -a $src/COPYING                      $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.27 +        cp -a $install/usr/lib/pkgconfig        $fs/usr/lib
    1.28 +}