wok-current view gdk-pixbuf-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 a23978bfa665
children b24b6ee1d4d2
line source
1 # SliTaz package receipt.
3 PACKAGE="gdk-pixbuf-dev"
4 VERSION="2.42.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for gdk-pixbuf."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gtk.org/"
11 DEPENDS="gdk-pixbuf tiff-dev shared-mime-info-dev \
12 glib-dev jpeg-dev libpng-dev pkg-config"
13 WANTED="gdk-pixbuf"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
21 mkdir -p $fs/usr/share
23 [ -d "$install/usr/share/gir-1.0" ] &&
24 cp -a $install/usr/share/gir-1.0 $fs/usr/share
25 cp -a $install/usr/include $fs/usr
26 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
27 }