wok-next view xorg-font-bh-100dpi/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents ea3c4b76ea5d
children 02b674913611
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-font-bh-100dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Bigelow & Holmes bitmap fonts Lucida and LucidaBright (100 DPI)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="font-bh-100dpi-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/font/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
15 COOKOPTS="!gz" # too long
16 PKG_RULE="std"
18 compile_rules() {
19 ./configure \
20 --disable-all-encodings \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 TAGS="font"
29 }
31 post_install() {
32 chroot "$1/" fc-cache -r /usr/share/fonts/X11/100dpi
33 }
34 post_remove() {
35 chroot "$1/" fc-cache -r
36 }