wok-next view ubuntu-font-family/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ubuntu-font-family"
4 VERSION="0.83"
5 CATEGORY="fonts"
6 SHORT_DESC="Ubuntu font family"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://design.ubuntu.com/font/"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:ubuntu"
13 TARBALL="$PACKAGE-$VERSION.zip"
14 WGET_URL="https://assets.ubuntu.com/v1/fad7939b-$TARBALL"
16 compile_rules() {
17 mkdir -p $install/usr/share/fonts/truetype/ubuntu/
18 cp *.ttf LICENCE.txt $install/usr/share/fonts/truetype/ubuntu/
20 cook_pick_docs *.txt
21 }
23 genpkg_rules() {
24 copy @std
25 }