wok-next view font-adobe-75dpi/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-adobe-75dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, \
7 Symbol, Times (75 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-75dpi"
15 TARBALL="$PACKAGE-$VERSION.tar.bz2"
16 WGET_URL="$XORG_MIRROR/font/$TARBALL"
17 TARBALL_SHA1="6a2ec569336b5646682a14eee3c7790274beffd1"
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/75dpi/
32 }
33 post_remove() {
34 chroot "$1/" fc-cache -r
35 }
37 TAGS="Xorg font"
39 PROVIDE="xorg-font-adobe-75dpi"