wok-next view ttf-warenhaus-typenhebel/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ttf-warenhaus-typenhebel"
4 VERSION="0.1"
5 CATEGORY="fonts"
6 SHORT_DESC="Imitation of an old type writer font"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 SOURCE="warenhaus-typenhebel"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="http://people.slitaz.org/~leonardolaporte/lab.slitaz/5.0/pkg/font/publicdomain/$TARBALL"
15 compile_rules() {
16 mkdir -p $install/usr/share/fonts/pd/$SOURCE
17 cp -a $src/* $install/usr/share/fonts/pd/$SOURCE
18 }
20 genpkg_rules() {
21 cp -a $install/* $fs
22 TAGS="font ttf"
23 }
25 post_install() {
26 chroot "$1/" /usr/bin/fc-cache
27 }