wok view harfbuzz-apps/receipt @ rev 20919

updated file, libmagic, libmagic-dev, and python-magic (5.30 -> 5.36)
author Hans-G?nter Theisgen
date Fri Mar 01 16:28:21 2019 +0100 (2019-03-01)
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 }