wok diff ttf-open-dyslexic/receipt @ rev 13955

gtk+3: moved from wok-undigest
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 11:48:51 2013 +0000 (2013-01-30)
parents
children 99b42fdb85c9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-open-dyslexic/receipt	Wed Jan 30 11:48:51 2013 +0000
     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 +}