wok-next view ttf-carlito/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 4ca71b0ef823
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ttf-carlito"
4 VERSION="20130920"
5 CATEGORY="fonts"
6 SHORT_DESC="Carlito font is metrically compatible with MS Calibri"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="OFL"
9 WEB_SITE="https://fontlibrary.org/en/font/carlito"
10 REPOLOGY="fonts:crosextra-carlito"
12 TARBALL="crosextrafonts-carlito-$VERSION.tar.gz"
13 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 FONTPATH=$install/usr/share/fonts/truetype/carlito
19 mkdir -p $FONTPATH
20 install -Dm644 $src/*.ttf $FONTPATH
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy @std
27 }