wok-next view font-schumacher-misc/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-schumacher-misc"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Schumacher bitmap font Clean"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
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="fbe3629e9dcc03d12300d4ebab64fd038ea98952"
16 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
17 COOKOPTS="!gz" # too long
19 compile_rules() {
20 ./configure \
21 --disable-all-encodings \
22 $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-schumacher-misc"