wok-6.x view harfbuzz-apps/receipt @ rev 19536
Up: docbook-xsl (1.79.1): conversion xml->man now works; udisks2 (2.1.8): now it auto-unmount and free /media/* folders before reboot/shutdown.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 01 04:42:13 2016 +0200 (2016-12-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 }