wok-next annotate font-adobe-utopia-type1/receipt @ rev 21651
updated fftw (3.3.6-pl2 -> 3.3.8)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 20:55:50 2020 +0100 (2020-06-26) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="font-adobe-utopia-type1" |
al@21072 | 4 VERSION="1.0.4" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="Adobe Type 1 font Utopia" |
al@21072 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@21072 | 8 LICENSE="other" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" |
al@21072 | 11 HOST_ARCH="any" |
al@21072 | 12 REPOLOGY="fonts:adobe-utopia-type1" |
al@21072 | 13 |
al@21072 | 14 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 15 WGET_URL="$XORG_MIRROR/font/$TARBALL" |
al@21072 | 16 TARBALL_SHA1="3113cfafb91c2c53df6a1fae57dca6c50fb8ce20" |
al@21072 | 17 |
al@21072 | 18 BUILD_DEPENDS="util-macros font-util-dev mkfontdir" |
al@21072 | 19 |
al@21072 | 20 compile_rules() { |
al@21072 | 21 ./configure $CONFIGURE_ARGS && |
al@21072 | 22 make && |
al@21072 | 23 make install |
al@21072 | 24 } |
al@21072 | 25 |
al@21072 | 26 post_install() { |
al@21072 | 27 chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1 |
al@21072 | 28 } |
al@21072 | 29 post_remove() { |
al@21072 | 30 chroot "$1/" fc-cache -r |
al@21072 | 31 } |
al@21072 | 32 |
al@21072 | 33 TAGS="Xorg font" |
al@21072 | 34 |
al@21072 | 35 PROVIDE="xorg-font-adobe-utopia-type1" |