wok-next view font-xfree86-type1/receipt @ rev 21456
updated squid (3.5.27 -> 4.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 14:16:06 2020 +0100 (2020-05-07) |
parents | |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-xfree86-type1"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfree86 Type1 Cursor font"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
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:xfree86-type1"
14 TARBALL="$PACKAGE-$VERSION.tar.bz2"
15 WGET_URL="$XORG_MIRROR/font/$TARBALL"
16 TARBALL_SHA1="1381f274a178cbd08627560e17a4a8f6653be3f7"
18 BUILD_DEPENDS="util-macros font-util-dev mkfontdir"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 post_install() {
27 chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1
28 }
29 post_remove() {
30 chroot "$1/" fc-cache -r
31 }
33 TAGS="Xorg font"
35 PROVIDE="xorg-font-xfree86-type1"