wok view fontconfig-dev/receipt @ rev 23849

Up znc (1.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 15 08:55:05 2020 +0000 (2020-06-15)
parents ae73fb35f0cf
children 2062aa79fe1d
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"
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 }