wok view harfbuzz-apps/receipt @ rev 22109

updated virtualenv (1.5.1 -> 16.7.7)
author Hans-G?nter Theisgen
date Fri Nov 01 17:02:38 2019 +0100 (2019-11-01)
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 }