SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tuffy-font"

# SliTaz package receipt.

PACKAGE="tuffy-font"
VERSION="1.28"
CATEGORY="fonts"
SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font."
MAINTAINER="hackdorte@sapo.pt"
LICENSE="PublicDomain"
WEB_SITE="http://tulrich.com/fonts/"

TARBALL="tuffy-20120614.zip"
WGET_URL="${WEB_SITE}$TARBALL"

DEPENDS=""
BUILD_DEPENDS="wget"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed '/tuffy-/!d;/tar/!d;s|.*tuffy-\([0-9\.]*\).tar.*|\1|' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
  mkdir -p $install/usr/share/fonts/tuffy
  cp -a $src/* $install/usr/share/fonts/tuffy
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
  cp -a $install/* $fs
}
6047 packages and 209931 files in current database (Mon Jul 1 15:25:36 2024)