wok-next view font-bh-lucidatypewriter-100dpi/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
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-bh-lucidatypewriter-100dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Bigelow & Holmes bitmap font LucidaTypewriter (100 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-100dpi"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 TARBALL_SHA1="bc4f804e49db8c6add04f52ffb1c0cd63e714b2c"
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/100dpi
30 }
31 post_remove() {
32 chroot "$1/" fc-cache -r
33 }
35 TAGS="Xorg font"
37 PROVIDE="xorg-font-bh-lucidatypewriter-100dpi"