wok view fontconfig-dev/receipt @ rev 24765

afpfs-ng,btfs,curlftpfs,ddumbfs,djmount,encfs,exfat-utils,fusecloop,fusedav,fuseiso,httpfs2-fuse: try fuse2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 17:45:47 2022 +0000 (2022-03-18)
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 }