wok-next annotate ubuntu-font-family/receipt @ rev 20959

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents d1570adae0ba
children 33dc3c330cc7
rev   line source
pascal@13533 1 # SliTaz package receipt.
pascal@13533 2
pascal@13533 3 PACKAGE="ubuntu-font-family"
pascal@13533 4 VERSION="0.80"
al@19125 5 CATEGORY="fonts"
pascal@13533 6 SHORT_DESC="Set of new libre/open fonts"
pascal@13533 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15601 8 LICENSE="other"
al@20888 9 WEB_SITE="http://font.ubuntu.com/"
al@20888 10 REPOLOGY="fonts:ubuntu"
al@20888 11
pascal@13533 12 TARBALL="$PACKAGE-$VERSION.zip"
pascal@13533 13 WGET_URL="$WEB_SITE/download/$TARBALL"
pascal@13533 14
pascal@13533 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13533 16 genpkg_rules()
pascal@13533 17 {
pascal@13533 18 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
pascal@13533 19 cp $src/* $fs/usr/share/fonts/truetype/ubuntu
pascal@13533 20 }