# HG changeset patch # User Leonardo Laporte # Date 1461203547 10800 # Node ID c21dac78c09246f626f74429a06a89612d67d314 # Parent 7d34f93df277eb5ec5a2586e0da7fd61c7852734 Add: Bwahh. A futuristic display truetype font. diff -r 7d34f93df277 -r c21dac78c092 ttf-bwahh/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttf-bwahh/description.txt Wed Apr 20 22:52:27 2016 -0300 @@ -0,0 +1,8 @@ +Bwahh Font + +Bwahh is public domain and futuristic display font, +by Robert Jablonski on FontStruct. + +Support: Basic Latin, Euro, Western European. + +https://fontlibrary.org/en/font/bwahh diff -r 7d34f93df277 -r c21dac78c092 ttf-bwahh/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttf-bwahh/receipt Wed Apr 20 22:52:27 2016 -0300 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="ttf-bwahh" +VERSION="0.1" +CATEGORY="x-window" +SHORT_DESC="Bwahh is public domain and futuristic display truetype font." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +SOURCE="bwahh" +WEB_SITE="http://people.slitaz.org/~leonardolaporte" +STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" +TAGS="font ttf" + +DEPENDS="" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/fonts/pd/bwahh + cp -a $src/* $install/usr/share/fonts/pd/bwahh +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + fc-cache +}