wok-6.x view freetype1-dev/receipt @ rev 24070

Up harfbuzz (2.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 06 14:28:49 2021 +0000 (2021-07-06)
parents 7bb096863642
children
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype1-dev"
4 VERSION="1.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Freetype1 font engine devel files."
7 WEB_SITE="https://www.freetype.org/"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="BSD"
10 WANTED="freetype1"
11 SOURCE="freetype"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 }