wok-current diff libdazzle-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/libdazzle-dev/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libdazzle-dev"
     1.7 +VERSION="3.44.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Companion library to GObject and Gtk+ - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://gitlab.gnome.org/GNOME/libdazzle"
    1.13 +
    1.14 +DEPENDS="libdazzle"
    1.15 +WANTED="libdazzle"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +        mkdir -p $fs/usr/lib
    1.21 +        mkdir -p $fs/usr/share
    1.22 +
    1.23 +        cp -a $install/usr/lib/pkgconfig        $fs/usr/lib
    1.24 +        cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.25 +        cp -a $install/usr/share/gir-1.0        $fs/usr/share
    1.26 +        cp -a $install/usr/include              $fs/usr
    1.27 +}