wok view harfbuzz-apps/receipt @ rev 20291

elilo: mkdir $install/usr/share (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 11:16:22 2018 +0200 (2018-04-16)
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 }