wok-next view xorg-font-adobe-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-adobe-100dpi"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, \
7 Symbol, Times (100 DPI)"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
12 TARBALL="font-adobe-100dpi-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
16 COOKOPTS="!gz" # too long
17 PKG_RULE="std"
19 compile_rules() {
20 ./configure \
21 --disable-all-encodings \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 TAGS="font"
30 }
32 post_install() {
33 chroot "$1/" fc-cache -r /usr/share/fonts/X11/100dpi
34 }
35 post_remove() {
36 chroot "$1/" fc-cache -r
37 }