wok-next view font-adobe-100dpi/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-adobe-100dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, \
7 Symbol, Times (100 DPI)"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7legacy.html"
12 HOST_ARCH="any"
13 REPOLOGY="fonts:adobe-100dpi"
15 TARBALL="$PACKAGE-$VERSION.tar.bz2"
16 WGET_URL="$XORG_MIRROR/font/$TARBALL"
17 TARBALL_SHA1="53311cbd604f18bd9570727105a4222473d363e3"
19 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
20 COOKOPTS="!gz" # too long
22 compile_rules() {
23 ./configure \
24 --disable-all-encodings \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 post_install() {
31 chroot "$1/" fc-cache -r /usr/share/fonts/X11/100dpi
32 }
33 post_remove() {
34 chroot "$1/" fc-cache -r
35 }
37 TAGS="Xorg font"
39 PROVIDE="xorg-font-adobe-100dpi"