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