wok view tuffy-font/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 762b649a4d73
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="tuffy-font"
4 VERSION="1.28"
5 CATEGORY="fonts"
6 SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://tulrich.com/fonts/"
11 TARBALL="tuffy-20120614.zip"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/fonts/tuffy
21 cp -a $src/* $install/usr/share/fonts/tuffy
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }