wok-current view pango-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
line source
1 # SliTaz package receipt.
3 PACKAGE="pango-dev"
4 VERSION="1.48.11"
5 CATEGORY="development"
6 SHORT_DESC="Library for layout and rendering of text devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="pango"
10 WEB_SITE="https://www.pango.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="pango cairo-dev pkg-config fribidi-dev harfbuzz-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 [ -d "$install/usr/lib/girepository-1.0" ] && \
21 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
22 [ -d "$install/usr/share/gir-1.0" ] && \
23 cp -a $install/usr/share/gir-1.0 $fs/usr/share
24 cp -a $install/usr/include $fs/usr
25 }