wok view harfbuzz-apps/receipt @ rev 21477

libsdl2-mixer-dev: add pkgconfig
author Richard Dunbar <mojo@slitaz.org>
date Wed May 01 03:31:44 2019 -0400 (2019-05-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 }