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

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
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 }