wok-next view xorg-font-cronyx-cyrillic/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-cronyx-cyrillic"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Cronyx bitmap fonts Courier, Helvetica, Times, Fixed"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="font-cronyx-cyrillic-$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 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 TAGS="font"
27 }
29 post_install() {
30 chroot "$1/" fc-cache -r /usr/share/fonts/X11/cyrillic
31 }
32 post_remove() {
33 chroot "$1/" fc-cache -r
34 }