wok view freetype-dev/receipt @ rev 23950

syslinux/taziso: fix tazbootkey
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 21:21:51 2020 +0000 (2020-09-20)
parents 508f66468375
children c803f42edca1
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype-dev"
4 VERSION="2.10.2"
5 CATEGORY="development"
6 SHORT_DESC="A free, high-quality, and portable font engine, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="FTL GPL2"
9 WEB_SITE="https://www.freetype.org/"
11 WANTED="freetype"
12 DEPENDS="bzip2-dev freetype glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $install/* $fs
20 rm $fs/usr/lib/*.so*
21 # rm -r $fs/usr/share/man
22 }