wok-next view tuffy-font/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 9b3461bf373c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tuffy-font"
4 VERSION="1.28"
5 CATEGORY="fonts"
6 SHORT_DESC="Neutral and readable sans-serif text font"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://tulrich.com/fonts/"
10 REPOLOGY="fonts:tulrich-tuffy"
12 TARBALL="tuffy-20120614.zip"
13 WGET_URL="${WEB_SITE}$TARBALL"
15 compile_rules() {
16 mkdir -p $install/usr/share/fonts/tuffy
17 cp -a $src/* $install/usr/share/fonts/tuffy
18 }
20 genpkg_rules() {
21 cp -a $install/* $fs
22 }