wok rev 19060

Add: Bwahh. A futuristic display truetype font.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 22:52:27 2016 -0300 (2016-04-20)
parents 7d34f93df277
children 8c6f020702d2
files ttf-bwahh/description.txt ttf-bwahh/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-bwahh/description.txt	Wed Apr 20 22:52:27 2016 -0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +Bwahh Font
     1.5 +
     1.6 +Bwahh is public domain and futuristic display font, 
     1.7 +by Robert Jablonski on FontStruct.
     1.8 +
     1.9 +Support: Basic Latin, Euro, Western European.
    1.10 +
    1.11 +https://fontlibrary.org/en/font/bwahh
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ttf-bwahh/receipt	Wed Apr 20 22:52:27 2016 -0300
     2.3 @@ -0,0 +1,35 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="ttf-bwahh"
     2.7 +VERSION="0.1"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Bwahh is public domain and futuristic display truetype font."
    2.10 +MAINTAINER="hackdorte@sapo.pt"
    2.11 +LICENSE="PublicDomain"
    2.12 +SOURCE="bwahh"
    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/bwahh
    2.26 +  cp -a $src/* $install/usr/share/fonts/pd/bwahh
    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 +}