wok view ubuntu-font-family/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents d1570adae0ba
children ab5eb5567ce7
line source
1 # SliTaz package receipt.
3 PACKAGE="ubuntu-font-family"
4 VERSION="0.83"
5 CATEGORY="fonts"
6 SHORT_DESC="Set of new libre/open fonts."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://design.ubuntu.com/font/"
11 TARBALL="$PACKAGE-$VERSION.zip"
12 WGET_URL="https://assets.ubuntu.com/v1/0cef8205-$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
18 cp $src/$PACKAGE-$VERSION/* $fs/usr/share/fonts/truetype/ubuntu
19 }