wok-next view font-misc-misc/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-misc-misc"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Misc bitmap fixed fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/font/$TARBALL"
14 TARBALL_SHA1="c6d28c56880807963175cbbd682fb6f75a35f77d"
16 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
17 SPLIT="$PACKAGE-base $PACKAGE"
19 COOKOPTS="!gz" # too long
21 COPY_base="6x13.pcf.gz"
22 CAT_base="x-window|minimal set"
23 DEPENDS_base=" "
24 DEPENDS_std="$PACKAGE-base"
26 compile_rules() {
27 ./configure \
28 --disable-all-encodings \
29 $CONFIGURE_ARGS &&
30 make &&
31 make install
32 }
34 post_install() {
35 chroot "$1/" fc-cache -r /usr/share/fonts/X11/misc
36 }
37 post_remove() {
38 chroot "$1/" fc-cache -r
39 }
41 TAGS="Xorg font"
43 PROVIDE="xorg-font-misc-misc"
44 PROVIDE_base="xorg-base-fonts"