wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-carlito/receipt	Sun Jul 01 23:19:43 2018 +0300
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="ttf-carlito"
     1.7 +VERSION="20130920"
     1.8 +CATEGORY="fonts"
     1.9 +SHORT_DESC="Carlito font is metrically compatible with MS Calibri"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="OFL"
    1.12 +WEB_SITE="https://fontlibrary.org/en/font/carlito"
    1.13 +
    1.14 +TARBALL="crosextrafonts-carlito-$VERSION.tar.gz"
    1.15 +WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	FONTPATH=$install/usr/share/fonts/truetype/carlito
    1.21 +	mkdir -p $FONTPATH
    1.22 +	install -Dm644 $src/*.ttf $FONTPATH
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	copy @std
    1.29 +}