wok-next diff ttf-carlito/receipt @ rev 21705
updated graphviz (2.40.1 -> 2.44.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 14:36:48 2020 +0100 (2020-07-06) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/ttf-carlito/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/ttf-carlito/receipt Mon Jul 06 14:36:48 2020 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="ttf-carlito" 1.5 VERSION="20130920" 1.6 CATEGORY="fonts" 1.7 -SHORT_DESC="Carlito font is metrically compatible with MS Calibri" 1.8 +SHORT_DESC="Metrically compatible with MS Calibri font" 1.9 MAINTAINER="al.bobylev@gmail.com" 1.10 LICENSE="OFL" 1.11 WEB_SITE="https://fontlibrary.org/en/font/carlito" 1.12 @@ -12,16 +12,12 @@ 1.13 TARBALL="crosextrafonts-carlito-$VERSION.tar.gz" 1.14 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 +compile_rules() { 1.20 FONTPATH=$install/usr/share/fonts/truetype/carlito 1.21 mkdir -p $FONTPATH 1.22 install -Dm644 $src/*.ttf $FONTPATH 1.23 } 1.24 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 +genpkg_rules() { 1.29 copy @std 1.30 }