wok view freetype-dev/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents 63e8a59635ee
children 508f66468375
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype-dev"
4 VERSION="2.6.4"
5 CATEGORY="development"
6 SHORT_DESC="A free, high-quality, and portable font engine, development files"
7 WEB_SITE="https://www.freetype.org/"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="FTL GPL2"
10 HOST_ARCH="i486 arm"
12 WANTED="freetype"
13 DEPENDS="freetype bzip2-dev glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
19 rm $fs/usr/lib/*.so*
20 rm -r $fs/usr/share/man
21 }