wok view ttf-open-dyslexic/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents d1570adae0ba
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-open-dyslexic"
4 VERSION="20160623"
5 CATEGORY="fonts"
6 TAGS="font ttf"
7 SHORT_DESC="TrueType font to increase readability for dyslexic readers."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="CC-SA"
10 WEB_SITE="https://opendyslexic.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
19 mkdir -p $TTFDIR
20 install -m644 $src/ttf/*.ttf $TTFDIR
21 }