wok-next annotate ttf-carlito/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents cd7906120828
children
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@21020 6 SHORT_DESC="Metrically compatible with MS Calibri font"
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@21020 15 compile_rules() {
al@19797 16 FONTPATH=$install/usr/share/fonts/truetype/carlito
al@19797 17 mkdir -p $FONTPATH
al@19797 18 install -Dm644 $src/*.ttf $FONTPATH
al@19797 19 }
al@19797 20
al@21020 21 genpkg_rules() {
al@19797 22 copy @std
al@19797 23 }