wok-next view fonts-crosextra-caladea/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fonts-crosextra-caladea"
4 VERSION="20130214"
5 CATEGORY="fonts"
6 LICENSE="Apache"
7 SHORT_DESC="Serif font metric-compatible with Cambria font"
8 MAINTAINER="al.bobylev@gmail.com"
9 WEB_SITE="https://fontlibrary.org/en/font/caladea"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/TTF-and-OTF-fonts.html#Caladea"
11 HOST_ARCH="any"
12 REPOLOGY="fonts:crosextra-caladea"
14 TARBALL="crosextrafonts-$VERSION.tar.gz"
15 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
16 TARBALL_SHA1="6f8f87cd21c4cd7e72031852eb90453dba3e2473"
18 compile_rules() {
19 mkdir -p $install/usr/share/fonts/TTF/
20 install -m644 *.ttf $install/usr/share/fonts/TTF/
21 }