wok view freetype1-dev/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents df4f81596226
children a78610b2eb47
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="http://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 }