wok-next view xorg-font-bitstream-type1/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-font-bitstream-type1"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Bitstream Type1 fonts Courier, Charter"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 TAGS="font"
12 TARBALL="font-bitstream-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; }