wok rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents c21dac78c092
children 2dae4cf061dd
files otf-transcends-games/description.txt otf-transcends-games/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/otf-transcends-games/description.txt	Wed Apr 20 23:17:41 2016 -0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +Transcends Games Font
     1.5 +
     1.6 +Build around straight lines and quarter circles, this font 
     1.7 +has a retro-futuristic feel.
     1.8 +
     1.9 +Full Language Support: Basic Latin
    1.10 +
    1.11 +https://fontlibrary.org/en/font/transcends-games
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/otf-transcends-games/receipt	Wed Apr 20 23:17:41 2016 -0300
     2.3 @@ -0,0 +1,35 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="otf-transcends-games"
     2.7 +VERSION="0.1"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Transcends Games is a font with retro-futuristic style."
    2.10 +MAINTAINER="hackdorte@sapo.pt"
    2.11 +LICENSE="PublicDomain"
    2.12 +SOURCE="transcends-games"
    2.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    2.14 +STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain"
    2.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.16 +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
    2.17 +TAGS="font ttf"
    2.18 +
    2.19 +DEPENDS=""
    2.20 +BUILD_DEPENDS="wget"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +  mkdir -p $install/usr/share/fonts/pd/$SOURCE
    2.26 +  cp -a $src/* $install/usr/share/fonts/pd/$SOURCE
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +  cp -a $install/* $fs
    2.33 +}
    2.34 +
    2.35 +post_install()
    2.36 +{
    2.37 +  fc-cache
    2.38 +}