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

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents
children cd7906120828
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"
11 TARBALL="crosextrafonts-carlito-$VERSION.tar.gz"
12 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 FONTPATH=$install/usr/share/fonts/truetype/carlito
18 mkdir -p $FONTPATH
19 install -Dm644 $src/*.ttf $FONTPATH
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 }