SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ubuntu-font-family"

# SliTaz package receipt.

PACKAGE="ubuntu-font-family"
VERSION="0.83"
CATEGORY="fonts"
SHORT_DESC="Set of new libre/open fonts."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="other"
WEB_SITE="https://design.ubuntu.com/font/"

TARBALL="$PACKAGE-$VERSION.zip"
WGET_URL="https://assets.ubuntu.com/v1/0cef8205-$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - https://design.ubuntu.com/font/ 2>/dev/null | \
    sed '/ubuntu-font-family/!d;s|.*family-||;s|.zip.*||;q'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/fonts/truetype/ubuntu
    cp $src/*    $fs/usr/share/fonts/truetype/ubuntu
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)