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

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 23c3aed67cd9
children 668f33bfa682
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"
pascal@13849 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/"
pascal@14355 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14355 11 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
pascal@13849 12 TAGS="font ttf"
pascal@13849 13
pascal@13849 14 BUILD_DEPENDS="wget"
pascal@13849 15
pascal@13849 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13849 17 genpkg_rules()
pascal@13849 18 {
pascal@13849 19 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
pascal@13849 20 mkdir -p $TTFDIR
pascal@13849 21 install -m644 $src/ttf/*.ttf $TTFDIR
pascal@13849 22 }