wok view tuffy-font/receipt @ rev 19889

Up: gimp (2.8.20)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 04 19:53:27 2017 +0000 (2017-04-04)
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 }