wok-next annotate ttf-open-dyslexic/receipt @ rev 21689

updated glusterfs (3.12.5 -> 7.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:33:02 2020 +0100 (2020-06-29)
parents cd7906120828
children
rev   line source
pascal@13849 1 # SliTaz package receipt.
pascal@13849 2
pascal@13849 3 PACKAGE="ttf-open-dyslexic"
pascal@13849 4 VERSION="20121111"
al@19125 5 CATEGORY="fonts"
al@21020 6 SHORT_DESC="TrueType font to increase readability for dyslexic readers"
pascal@13849 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="CC-SA"
pascal@13849 9 WEB_SITE="http://dyslexicfonts.com/"
al@20888 10 REPOLOGY="fonts:opendyslexic"
al@20888 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
al@21020 15 genpkg_rules() {
pascal@13849 16 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
pascal@13849 17 mkdir -p $TTFDIR
pascal@13849 18 install -m644 $src/ttf/*.ttf $TTFDIR
al@21020 19 TAGS="font ttf"
pascal@13849 20 }