wok-next diff TeXmacs-windows-fonts/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents 617dbdeb6f7e
children
line diff
     1.1 --- a/TeXmacs-windows-fonts/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/TeXmacs-windows-fonts/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="TeXmacs-windows-fonts"
     1.8  VERSION="1.0"
     1.9 @@ -6,15 +6,17 @@
    1.10  SHORT_DESC="Fonts for using TeXmacs without TeX"
    1.11  MAINTAINER="slitaz@leledy.fr"
    1.12  LICENSE="LPPL"
    1.13 +WEB_SITE="http://www.texmacs.org"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION-noarch.tar.gz"
    1.16 -WEB_SITE="http://www.texmacs.org"
    1.17  WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
    1.18  
    1.19 -DEPENDS=""
    1.20 +compile_rules() {
    1.21 +	mkdir -p $install/usr/share/TeXmacs/
    1.22 +	cp -r $src $install/usr/share/TeXmacs/fonts
    1.23 +	find $install -type f -exec chmod 644 '{}' \;
    1.24 +}
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 -     mkdir -p $fs/usr/share/TeXmacs/
    1.30 -     cp -a $src $fs/usr/share/TeXmacs/fonts
    1.31 +genpkg_rules() {
    1.32 +	copy @std
    1.33  }