wok-current view harfbuzz-apps/receipt @ rev 20383

p11-kit update: 0.6 (2011) -> 0.23.12 (2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 09:49:15 2018 +0000 (2018-06-20)
parents
children e23654a687fe
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-apps"
4 VERSION="1.2.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="OpenType text shaping engine, apps"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/"
10 WANTED="harfbuzz"
11 HOST_ARCH="i486 arm"
13 DEPENDS="harfbuzz cairo-gl"
14 BUGS="hb-view failed when cairo built with slow xlib-xcb"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin $fs/usr
21 }