wok rev 19528
harfbuzz: mv /usr/bin to harfbuzz-apps (hg add)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 28 16:31:17 2016 +0100 (2016-11-28) |
parents | 33da78f5fc46 |
children | 41542ac05d8e |
files | harfbuzz-apps/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/harfbuzz-apps/receipt Mon Nov 28 16:31:17 2016 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="harfbuzz-apps" 1.7 +VERSION="1.2.7" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="OpenType text shaping engine, apps" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" 1.13 +WANTED="harfbuzz" 1.14 +HOST_ARCH="i486 arm" 1.15 + 1.16 +DEPENDS="harfbuzz cairo-gl" 1.17 +BUGS="hb-view failed when cairo built with slow xlib-xcb" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/bin 1.23 + cp -a $install/usr/bin $fs/usr 1.24 +}