wok-6.x view ttf-open-dyslexic/receipt @ rev 15275

clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 25 19:03:47 2013 +0300 (2013-09-25)
parents 28f12072e2a8
children 23c3aed67cd9
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 WEB_SITE="http://dyslexicfonts.com/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
11 TAGS="font ttf"
13 BUILD_DEPENDS="wget"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
19 mkdir -p $TTFDIR
20 install -m644 $src/ttf/*.ttf $TTFDIR
21 }