wok-next view font-isas-misc/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-isas-misc"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="ISAS bitmap fonts: Fangsong ti, Song ti"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7legacy.html"
11 HOST_ARCH="any"
12 REPOLOGY="fonts:isas-misc"
14 TARBALL="$PACKAGE-$VERSION.tar.bz2"
15 WGET_URL="$XORG_MIRROR/font/$TARBALL"
16 TARBALL_SHA1="cbd9bf441b25362123c817b1aa7a7be1ee4a9321"
18 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
19 COOKOPTS="!gz" # too long
21 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 post_install() {
28 chroot "$1/" fc-cache -r /usr/share/fonts/X11/misc
29 }
30 post_remove() {
31 chroot "$1/" fc-cache -r
32 }
34 TAGS="Xorg font"
36 PROVIDE="xorg-font-isas-misc"