wok-next view font-adobe-utopia-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-utopia-100dpi"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Adobe bitmap font Utopia (100 DPI)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:adobe-utopia-100dpi"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 TARBALL_SHA1="9e80cf5bbd5522a5cfad2a9f8f8fce86de0f0226"
17 BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
18 COOKOPTS="!gz" # too long
20 compile_rules() {
21 ./configure \
22 --disable-all-encodings \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 post_install() {
29 chroot "$1/" fc-cache -r /usr/share/fonts/X11/100dpi
30 }
31 post_remove() {
32 chroot "$1/" fc-cache -r
33 }
35 TAGS="Xorg font"
37 PROVIDE="xorg-font-adobe-utopia-100dpi"