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

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
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 }