wok-6.x view fontconfig-dev/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents 1bbeef6dd358
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fontconfig-dev"
4 VERSION="2.13.1"
5 CATEGORY="development"
6 SHORT_DESC="Font configuration utilities and library devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/"
10 HOST_ARCH="i486 arm"
12 WANTED="fontconfig"
13 DEPENDS="fontconfig pkg-config util-linux-uuid-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 }