wok-next diff ttf-open-dyslexic/receipt @ rev 21689

updated glusterfs (3.12.5 -> 7.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:33:02 2020 +0100 (2020-06-29)
parents cd7906120828
children
line diff
     1.1 --- a/ttf-open-dyslexic/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/ttf-open-dyslexic/receipt	Mon Jun 29 17:33:02 2020 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="ttf-open-dyslexic"
     1.5  VERSION="20121111"
     1.6  CATEGORY="fonts"
     1.7 -SHORT_DESC="TrueType font to increase readability for dyslexic readers."
     1.8 +SHORT_DESC="TrueType font to increase readability for dyslexic readers"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="CC-SA"
    1.11  WEB_SITE="http://dyslexicfonts.com/"
    1.12 @@ -11,14 +11,10 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
    1.16 -TAGS="font ttf"
    1.17  
    1.18 -BUILD_DEPENDS="wget"
    1.19 -
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	TTFDIR=$fs/usr/share/fonts/TTF/OpenDyslexic
    1.25  	mkdir -p $TTFDIR
    1.26  	install -m644 $src/ttf/*.ttf $TTFDIR
    1.27 +	TAGS="font ttf"
    1.28  }