wok-next annotate xorg-font-bh-type1/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents f48456621a9d
children
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19649 2
al@19649 3 PACKAGE="xorg-font-bh-type1"
al@19649 4 VERSION="1.0.3"
al@19649 5 CATEGORY="x-window"
al@19649 6 SHORT_DESC="Bigelow & Holmes Luxi Type1 fonts"
al@19649 7 MAINTAINER="al.bobylev@gmail.com"
al@19805 8 LICENSE="MIT"
al@19649 9 WEB_SITE="https://www.x.org/wiki/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
al@21051 11 HOST_ARCH="any"
al@20953 12 REPOLOGY="fonts:bh-type1"
al@19649 13
al@19649 14 TARBALL="font-bh-type1-$VERSION.tar.bz2"
al@19649 15 WGET_URL="$XORG_MIRROR/font/$TARBALL"
al@19649 16
al@19649 17 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
al@19649 18
al@20443 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@19649 21 make &&
al@19649 22 make install
al@19649 23 }
al@19649 24
al@20443 25 genpkg_rules() {
al@19805 26 copy @std
al@19805 27 TAGS="font"
al@19649 28 }
al@19649 29
al@19805 30 post_install() {
al@19805 31 chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1
al@19805 32 }
al@19805 33 post_remove() {
al@19805 34 chroot "$1/" fc-cache -r
al@19805 35 }