wok-next view ttf-open-dyslexic/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents d1570adae0ba
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-open-dyslexic"
4 VERSION="20121111"
5 CATEGORY="fonts"
6 SHORT_DESC="TrueType font to increase readability for dyslexic readers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CC-SA"
9 WEB_SITE="http://dyslexicfonts.com/"
10 REPOLOGY="fonts:opendyslexic"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
14 TAGS="font ttf"
16 BUILD_DEPENDS="wget"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
22 mkdir -p $TTFDIR
23 install -m644 $src/ttf/*.ttf $TTFDIR
24 }