wok rev 13849

Add ttf-open-dyslexic
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 09 10:05:06 2013 +0100 (2013-01-09)
parents d2ecf5d1e0fa
children 999e4277a8ac
files ttf-open-dyslexic/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-open-dyslexic/receipt	Wed Jan 09 10:05:06 2013 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ttf-open-dyslexic"
     1.7 +VERSION="20121111"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="TrueType font to increase readability for dyslexic readers."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://dyslexicfonts.com/"
    1.12 +TARBALL="$VERSION-Stable.tar.gz"
    1.13 +WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$TARBALL"
    1.14 +TAGS="font ttf"
    1.15 +
    1.16 +BUILD_DEPENDS="wget"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
    1.22 +	mkdir -p $TTFDIR
    1.23 +	install -m644 $src/ttf/*.ttf $TTFDIR
    1.24 +}