wok diff tuffy-font/receipt @ 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
children 762b649a4d73
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tuffy-font/receipt	Wed Feb 24 06:16:15 2016 -0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tuffy-font"
     1.7 +VERSION="1.28"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://tulrich.com/fonts/"
    1.13 +
    1.14 +TARBALL="tuffy-20120614.zip"
    1.15 +WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +  mkdir -p $install/usr/share/fonts/tuffy
    1.24 +  cp -a $src/* $install/usr/share/fonts/tuffy
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +  cp -a $install/* $fs
    1.31 +}
    1.32 \ No newline at end of file