wok-next diff tuffy-font/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents 9b3461bf373c
children
line diff
     1.1 --- a/tuffy-font/receipt	Fri Jul 13 13:52:56 2018 +0300
     1.2 +++ b/tuffy-font/receipt	Wed Dec 11 14:19:01 2019 +0100
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="tuffy-font"
     1.5  VERSION="1.28"
     1.6  CATEGORY="fonts"
     1.7 -SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font."
     1.8 -MAINTAINER="hackdorte@sapo.pt"
     1.9 +SHORT_DESC="Neutral and readable sans-serif text font"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="PublicDomain"
    1.12  WEB_SITE="http://tulrich.com/fonts/"
    1.13  REPOLOGY="fonts:tulrich-tuffy"
    1.14 @@ -12,15 +12,11 @@
    1.15  TARBALL="tuffy-20120614.zip"
    1.16  WGET_URL="${WEB_SITE}$TARBALL"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -  mkdir -p $install/usr/share/fonts/tuffy
    1.22 -  cp -a $src/* $install/usr/share/fonts/tuffy
    1.23 +compile_rules() {
    1.24 +	mkdir -p $install/usr/share/fonts/tuffy
    1.25 +	cp -a $src/* $install/usr/share/fonts/tuffy
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 -  cp -a $install/* $fs
    1.32 -}
    1.33 \ No newline at end of file
    1.34 +genpkg_rules() {
    1.35 +	cp -a $install/* $fs
    1.36 +}