wok view harfbuzz-apps/receipt @ rev 21069

updated jabberd2 (2.2.16 -> 2.7.0)
author Hans-G?nter Theisgen
date Thu Mar 14 15:45:54 2019 +0100 (2019-03-14)
parents 49a5fb414472
children 194d28e90087
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-apps"
4 VERSION="2.3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="OpenType text shaping engine, applications"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/"
11 WANTED="harfbuzz"
12 DEPENDS="cairo-gl harfbuzz"
13 HOST_ARCH="i486 arm"
15 BUGS="hb-view failed when cairo built with slow xlib-xcb"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp -a $install/usr/bin $fs/usr
22 }