
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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)