wok rev 18914

Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:16:15 2016 -0300 (2016-02-24)
parents 7462513d4a42
children 4db4fa9985ae
files tuffy-font/description.txt tuffy-font/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tuffy-font/description.txt	Wed Feb 24 06:16:15 2016 -0300
     1.3 @@ -0,0 +1,19 @@
     1.4 +| - [Slitaz GNU/Linux] Package Description ------------------ |
     1.5 +|                                                             |
     1.6 +| Tuffy Font 1.28                                             |
     1.7 +|                                                             |
     1.8 +| Tuffy is a neutral, readable sans-serif text font with      |
     1.9 +| public domain license.                                      |
    1.10 +|                                                             |
    1.11 +| Full Language Support: Afrikaans, Baltic, Basic Cyrillic,   |
    1.12 +| Basic Greek, Basic Latin, Catalan, Central European, Dutch, |
    1.13 +| Euro, Polytonic Greek, Romanian, Turkish, Western European. |
    1.14 +|                                                             |
    1.15 +| Partial Language Support: Archaic Greek Letters 85% and     |
    1.16 +| IPA 95%.                                                    |
    1.17 +|                                                             |
    1.18 +| By: Thatcher Ulrich, Karoly Barta and Michael Everson.      |
    1.19 +|                                                             |
    1.20 +| http://tulrich.com/fonts/                                   |
    1.21 +|                                                             |
    1.22 +| ---------------------------------------- (www.slitaz.org) - |
    1.23 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/tuffy-font/receipt	Wed Feb 24 06:16:15 2016 -0300
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="tuffy-font"
     2.7 +VERSION="1.28"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font."
    2.10 +MAINTAINER="hackdorte@sapo.pt"
    2.11 +LICENSE="PublicDomain"
    2.12 +WEB_SITE="http://tulrich.com/fonts/"
    2.13 +
    2.14 +TARBALL="tuffy-20120614.zip"
    2.15 +WGET_URL="$WEB_SITE/$TARBALL"
    2.16 +
    2.17 +DEPENDS=""
    2.18 +BUILD_DEPENDS="wget"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +  mkdir -p $install/usr/share/fonts/tuffy
    2.24 +  cp -a $src/* $install/usr/share/fonts/tuffy
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +  cp -a $install/* $fs
    2.31 +}
    2.32 \ No newline at end of file