wok view otf-transcends-games/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 15e6c6910ee3
children d7522d21c4d3
line source
1 # SliTaz package receipt.
3 PACKAGE="otf-transcends-games"
4 VERSION="0.1"
5 CATEGORY="fonts"
6 SHORT_DESC="Transcends Games is a font with retro-futuristic style."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 SOURCE="transcends-games"
10 WEB_SITE="http://people.slitaz.org/~leonardolaporte"
11 STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
14 TAGS="font otf"
16 DEPENDS=""
17 BUILD_DEPENDS="wget"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir -p $install/usr/share/fonts/pd/$SOURCE
23 cp -a $src/* $install/usr/share/fonts/pd/$SOURCE
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }
32 post_install()
33 {
34 chroot "$1/" /usr/bin/fc-cache
35 }