wok diff ttf-bwahh/receipt @ 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 | |
children | bcaba1f8af99 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ttf-bwahh/receipt Wed Apr 20 22:52:27 2016 -0300 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ttf-bwahh" 1.7 +VERSION="0.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Bwahh is public domain and futuristic display truetype font." 1.10 +MAINTAINER="hackdorte@sapo.pt" 1.11 +LICENSE="PublicDomain" 1.12 +SOURCE="bwahh" 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/bwahh 1.26 + cp -a $src/* $install/usr/share/fonts/pd/bwahh 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 +}