wok-next view xorg-font-adobe-utopia-type1/receipt @ rev 21059

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 04 13:43:21 2018 +0200 (2018-12-04)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-font-adobe-utopia-type1"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Adobe Type 1 font Utopia"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
11 HOST_ARCH="any"
12 REPOLOGY="fonts:adobe-utopia-type1"
14 TARBALL="font-adobe-utopia-type1-$VERSION.tar.bz2"
15 WGET_URL="$XORG_MIRROR/font/$TARBALL"
17 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 TAGS="font"
28 }
30 post_install() {
31 chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1
32 }
33 post_remove() {
34 chroot "$1/" fc-cache -r
35 }