wok view harfbuzz-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 881c653f2f8c
children e23654a687fe
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-dev"
4 VERSION="1.2.7"
5 CATEGORY="development"
6 SHORT_DESC="harfbuzz development files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/"
10 HOST_ARCH="i486 arm"
12 WANTED="harfbuzz"
13 DEPENDS="harfbuzz bzip2-dev freetype-dev glib-dev libffi-dev libpng-dev pcre-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }