wok-current view 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 (8 weeks ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libdazzle-dev"
4 VERSION="3.44.0"
5 CATEGORY="development"
6 SHORT_DESC="Companion library to GObject and Gtk+ - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://gitlab.gnome.org/GNOME/libdazzle"
11 DEPENDS="libdazzle"
12 WANTED="libdazzle"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
22 cp -a $install/usr/share/gir-1.0 $fs/usr/share
23 cp -a $install/usr/include $fs/usr
24 }