wok-next diff noto-serif/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents f463de72afe3
children 4e6503d7a19f
line diff
     1.1 --- a/noto-serif/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/noto-serif/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="noto-serif"
     1.8  VERSION="1.06"
     1.9 @@ -8,13 +8,10 @@
    1.10  MAINTAINER="al.bobylev@gmail.com"
    1.11  LICENSE="OFL"
    1.12  WEB_SITE="http://www.google.com/get/noto/"
    1.13 -TAGS="font"
    1.14  
    1.15  SIBLINGS="noto-serif"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	# The Noto font web site provides downloads:
    1.22  	# https://noto-website-2.storage.googleapis.com/pkgs/NotoSerif-hinted.zip
    1.23  	# But these files are not versioned, so we never know which version we are
    1.24 @@ -45,8 +42,7 @@
    1.25  	cp -a $src/*.ttf $f
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	copy *.ttf
    1.33 +	TAGS="font"
    1.34  }