wok-next annotate 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
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@20888 10 REPOLOGY="fonts:crosextra-carlito"
al@19797 11
al@19797 12 TARBALL="crosextrafonts-carlito-$VERSION.tar.gz"
al@19797 13 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
al@19797 14
al@19797 15 # Rules to configure and make the package.
al@19797 16 compile_rules()
al@19797 17 {
al@19797 18 FONTPATH=$install/usr/share/fonts/truetype/carlito
al@19797 19 mkdir -p $FONTPATH
al@19797 20 install -Dm644 $src/*.ttf $FONTPATH
al@19797 21 }
al@19797 22
al@19797 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19797 24 genpkg_rules()
al@19797 25 {
al@19797 26 copy @std
al@19797 27 }