wok diff otf-transcends-games/receipt @ 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
children 2dae4cf061dd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/otf-transcends-games/receipt	Wed Apr 20 23:17:41 2016 -0300
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="otf-transcends-games"
     1.7 +VERSION="0.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Transcends Games is a font with retro-futuristic style."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +SOURCE="transcends-games"
    1.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    1.14 +STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain"
    1.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
    1.17 +TAGS="font ttf"
    1.18 +
    1.19 +DEPENDS=""
    1.20 +BUILD_DEPENDS="wget"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +  mkdir -p $install/usr/share/fonts/pd/$SOURCE
    1.26 +  cp -a $src/* $install/usr/share/fonts/pd/$SOURCE
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +  cp -a $install/* $fs
    1.33 +}
    1.34 +
    1.35 +post_install()
    1.36 +{
    1.37 +  fc-cache
    1.38 +}