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

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
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 TAGS="font"
12 TARBALL="font-adobe-utopia-type1-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --sysconfdir=/etc \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_files *.pfa *.afm
32 }
34 post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; }
35 post_remove() { chroot "$1/" fc-cache; }