wok-next diff unifont/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d43bf7aae921
children
line diff
     1.1 --- a/unifont/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/unifont/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,25 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="unifont"
     1.8  VERSION="8.0.01"
     1.9  CATEGORY="fonts"
    1.10 -SHORT_DESC="The Standard GNU Unifont TTF."
    1.11 -MAINTAINER="hackdorte@sapo.pt"
    1.12 +SHORT_DESC="The Standard GNU Unifont TTF"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://unifoundry.com/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.ttf"
    1.18  WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -  mkdir -p $install/usr/share/fonts/$PACKAGE
    1.24 -  cp -a $src/* $install/usr/share/fonts/$PACKAGE
    1.25 +compile_rules() {
    1.26 +	mkdir -p $install/usr/share/fonts/$PACKAGE
    1.27 +	cp -a $src/* $install/usr/share/fonts/$PACKAGE
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -  cp -a $install/* $fs
    1.34 -}
    1.35 \ No newline at end of file
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +}