wok-next rev 19064
Add: Warenhaus Typenhebel Font. An imitation of an old type writer.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 00:25:41 2016 -0300 (2016-04-21) |
parents | bcaba1f8af99 |
children | 15e6c6910ee3 |
files | ttf-warenhaus-typenhebel/description.txt ttf-warenhaus-typenhebel/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ttf-warenhaus-typenhebel/description.txt Thu Apr 21 00:25:41 2016 -0300 1.3 @@ -0,0 +1,8 @@ 1.4 +Warenhaus Typenhebel Font 1.5 + 1.6 +This font is an imitation of an old type writer, including 1.7 +relevant lapped and thereby self-intersecting symbols. 1.8 + 1.9 +Support: Basic Latin, Euro, Western European 1.10 + 1.11 +https://fontlibrary.org/en/font/warenhaus-typenhebel
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/ttf-warenhaus-typenhebel/receipt Thu Apr 21 00:25:41 2016 -0300 2.3 @@ -0,0 +1,35 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="ttf-warenhaus-typenhebel" 2.7 +VERSION="0.1" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="This font is an imitation of an old type writer." 2.10 +MAINTAINER="hackdorte@sapo.pt" 2.11 +LICENSE="PublicDomain" 2.12 +SOURCE="warenhaus-typenhebel" 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 +}