wok-next annotate 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
rev   line source
al@19797 1 # SliTaz package receipt v2.
al@19797 2
al@19797 3 PACKAGE="ttf-carlito"
al@19797 4 VERSION="20130920"
al@19797 5 CATEGORY="fonts"
al@19797 6 SHORT_DESC="Carlito font is metrically compatible with MS Calibri"
al@19797 7 MAINTAINER="al.bobylev@gmail.com"
al@19797 8 LICENSE="OFL"
al@19797 9 WEB_SITE="https://fontlibrary.org/en/font/carlito"
al@19797 10
al@19797 11 TARBALL="crosextrafonts-carlito-$VERSION.tar.gz"
al@19797 12 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
al@19797 13
al@19797 14 # Rules to configure and make the package.
al@19797 15 compile_rules()
al@19797 16 {
al@19797 17 FONTPATH=$install/usr/share/fonts/truetype/carlito
al@19797 18 mkdir -p $FONTPATH
al@19797 19 install -Dm644 $src/*.ttf $FONTPATH
al@19797 20 }
al@19797 21
al@19797 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19797 23 genpkg_rules()
al@19797 24 {
al@19797 25 copy @std
al@19797 26 }