wok-next view font-jis-misc/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-jis-misc"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="JIS bitmap font: Fixed"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7legacy.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 TARBALL_SHA1="8c08c5fe01d4605f2886822cb3655548a6535e58"
17 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
18 COOKOPTS="!gz" # too long
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 post_install() {
27 chroot "$1/" fc-cache -r /usr/share/fonts/X11/misc
28 }
29 post_remove() {
30 chroot "$1/" fc-cache -r
31 }
33 TAGS="Xorg font"
35 PROVIDE="xorg-font-jis-misc"