wok view freetype-dev/receipt @ rev 20715

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 09:37:17 2019 +0000 (2019-02-07)
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 }