wok-4.x annotate ubuntu-font-family/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
parents
children
rev   line source
al@12349 1 # SliTaz package receipt.
al@12349 2
al@12349 3 PACKAGE="ubuntu-font-family"
al@12349 4 VERSION="0.80"
al@12349 5 CATEGORY="x-window"
al@12349 6 SHORT_DESC="Set of new libre/open fonts"
al@12349 7 MAINTAINER="al.bobylev@gmail.com"
al@12349 8 TARBALL="$PACKAGE-$VERSION.zip"
al@12349 9 WEB_SITE="http://font.ubuntu.com/"
al@12349 10 WGET_URL="$WEB_SITE/download/$TARBALL"
al@12349 11
al@12349 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12349 13 genpkg_rules()
al@12349 14 {
al@12349 15 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
al@12349 16 cp $src/* $fs/usr/share/fonts/truetype/ubuntu
al@12349 17 }