wok annotate ttf-open-dyslexic/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents d1570adae0ba
children 5ea0ce1cecc0
rev   line source
pascal@13849 1 # SliTaz package receipt.
pascal@13849 2
pascal@13849 3 PACKAGE="ttf-open-dyslexic"
Hans-G?nter@22055 4 VERSION="20160623"
al@19125 5 CATEGORY="fonts"
Hans-G?nter@22055 6 TAGS="font ttf"
pascal@13849 7 SHORT_DESC="TrueType font to increase readability for dyslexic readers."
pascal@13849 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 9 LICENSE="CC-SA"
Hans-G?nter@22055 10 WEB_SITE="https://opendyslexic.org/"
Hans-G?nter@22055 11
pascal@14355 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14355 13 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
pascal@13849 14
pascal@13849 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13849 16 genpkg_rules()
pascal@13849 17 {
pascal@13849 18 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
pascal@13849 19 mkdir -p $TTFDIR
pascal@13849 20 install -m644 $src/ttf/*.ttf $TTFDIR
pascal@13849 21 }