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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }