wok-next annotate ttf-open-dyslexic/receipt @ rev 14150
syslinux: add isohybrid.exe
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 04 09:52:12 2013 +0100 (2013-03-04) |
parents | |
children | 99b42fdb85c9 |
rev | line source |
---|---|
pascal@13849 | 1 # SliTaz package receipt. |
pascal@13849 | 2 |
pascal@13849 | 3 PACKAGE="ttf-open-dyslexic" |
pascal@13849 | 4 VERSION="20121111" |
pascal@13849 | 5 CATEGORY="x-window" |
pascal@13849 | 6 SHORT_DESC="TrueType font to increase readability for dyslexic readers." |
pascal@13849 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13849 | 8 WEB_SITE="http://dyslexicfonts.com/" |
pascal@13849 | 9 TARBALL="$VERSION-Stable.tar.gz" |
pascal@13849 | 10 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$TARBALL" |
pascal@13849 | 11 TAGS="font ttf" |
pascal@13849 | 12 |
pascal@13849 | 13 BUILD_DEPENDS="wget" |
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 } |