# HG changeset patch # User Leonardo Laporte # Date 1461209141 10800 # Node ID bbfe517fab08e032850202a63f0e322d487aeb2f # Parent bcaba1f8af99e068c6fd623a9188d72083e9169f Add: Warenhaus Typenhebel Font. An imitation of an old type writer. diff -r bcaba1f8af99 -r bbfe517fab08 ttf-warenhaus-typenhebel/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttf-warenhaus-typenhebel/description.txt Thu Apr 21 00:25:41 2016 -0300 @@ -0,0 +1,8 @@ +Warenhaus Typenhebel Font + +This font is an imitation of an old type writer, including +relevant lapped and thereby self-intersecting symbols. + +Support: Basic Latin, Euro, Western European + +https://fontlibrary.org/en/font/warenhaus-typenhebel diff -r bcaba1f8af99 -r bbfe517fab08 ttf-warenhaus-typenhebel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttf-warenhaus-typenhebel/receipt Thu Apr 21 00:25:41 2016 -0300 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="ttf-warenhaus-typenhebel" +VERSION="0.1" +CATEGORY="x-window" +SHORT_DESC="This font is an imitation of an old type writer." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="PublicDomain" +SOURCE="warenhaus-typenhebel" +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/$SOURCE + cp -a $src/* $install/usr/share/fonts/pd/$SOURCE +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + fc-cache +}