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

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }