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