wok view ttf-open-dyslexic/receipt @ rev 17877

ncurses-common: restore file names, fixes alsamixer+vte F-keys, cairo:
tazweb-rendering-fix no more required for current version of cairo lib.
xlib-xcb known as buggy and disabled on most distros.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 28 14:23:43 2015 +0100 (2015-03-28)
parents 99b42fdb85c9
children d1570adae0ba
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-open-dyslexic"
4 VERSION="20121111"
5 CATEGORY="x-window"
6 SHORT_DESC="TrueType font to increase readability for dyslexic readers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CC-SA"
9 WEB_SITE="http://dyslexicfonts.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
12 TAGS="font ttf"
14 BUILD_DEPENDS="wget"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
20 mkdir -p $TTFDIR
21 install -m644 $src/ttf/*.ttf $TTFDIR
22 }