# HG changeset patch # User Leonardo Laporte # Date 1456305375 10800 # Node ID d3a8a7a4383c725ede448ee177835152bb8dba18 # Parent 7462513d4a42a840fbe2b7949eba38d8b6d84af8 Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License. diff -r 7462513d4a42 -r d3a8a7a4383c tuffy-font/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuffy-font/description.txt Wed Feb 24 06:16:15 2016 -0300 @@ -0,0 +1,19 @@ +| - [Slitaz GNU/Linux] Package Description ------------------ | +| | +| Tuffy Font 1.28 | +| | +| Tuffy is a neutral, readable sans-serif text font with | +| public domain license. | +| | +| Full Language Support: Afrikaans, Baltic, Basic Cyrillic, | +| Basic Greek, Basic Latin, Catalan, Central European, Dutch, | +| Euro, Polytonic Greek, Romanian, Turkish, Western European. | +| | +| Partial Language Support: Archaic Greek Letters 85% and | +| IPA 95%. | +| | +| By: Thatcher Ulrich, Karoly Barta and Michael Everson. | +| | +| http://tulrich.com/fonts/ | +| | +| ---------------------------------------- (www.slitaz.org) - | \ No newline at end of file diff -r 7462513d4a42 -r d3a8a7a4383c tuffy-font/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuffy-font/receipt Wed Feb 24 06:16:15 2016 -0300 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="tuffy-font" +VERSION="1.28" +CATEGORY="x-window" +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" + +# 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 +} \ No newline at end of file