wok-next view font-bh-lucidatypewriter-75dpi/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-bh-lucidatypewriter-75dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Bigelow & Holmes bitmap font LucidaTypewriter (75 DPI)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:bh-lucidatypewriter-75dpi"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 TARBALL_SHA1="3c6678e6bbb2bd352baaf610a8f6aac9c5140c85"
17 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
18 COOKOPTS="!gz" # too long
20 compile_rules() {
21 ./configure \
22 --disable-all-encodings \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 post_install() {
29 chroot "$1/" fc-cache -r /usr/share/fonts/X11/75dpi
30 }
31 post_remove() {
32 chroot "$1/" fc-cache -r
33 }
35 TAGS="Xorg font"
37 PROVIDE="xorg-font-bh-lucidatypewriter-75dpi"