wok-next diff get-msttcorefonts/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 | d958fec46c9f |
children | 0cbe4b1f2230 |
line diff
1.1 --- a/get-msttcorefonts/receipt Tue Jul 10 20:08:05 2018 +0300 1.2 +++ b/get-msttcorefonts/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,22 +1,20 @@ 1.4 -# SliTaz package receipt. 1.5 -# http://corefonts.sourceforge.net/ 1.6 +# SliTaz package receipt v2. 1.7 1.8 PACKAGE="get-msttcorefonts" 1.9 VERSION="1.00" 1.10 CATEGORY="non-free" 1.11 -SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on linux." 1.12 -MAINTAINER="rocky@slitaz.org" 1.13 +SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on Linux" 1.14 +MAINTAINER="devel@slitaz.org" 1.15 LICENSE="BSD" 1.16 -WEB_SITE="http://sourceforge.net/projects/corefonts" 1.17 +WEB_SITE="https://sourceforge.net/projects/corefonts/" 1.18 REPOLOGY="-" 1.19 1.20 -TAGS="utilities" 1.21 +compile_rules() { 1.22 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 1.23 +} 1.24 1.25 -DEPENDS="cabextract" 1.26 - 1.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 -genpkg_rules() 1.29 -{ 1.30 - mkdir -p $fs/usr/bin 1.31 - cp stuff/$PACKAGE $fs/usr/bin 1.32 +genpkg_rules() { 1.33 + copy @std 1.34 + DEPENDS="cabextract" 1.35 + TAGS="utilities" 1.36 }