wok-next view font-misc-ethiopic/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="font-misc-ethiopic"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Ethiopic font Goha-Tibeb Zemen (OTF & TTF)"
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"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 TARBALL_SHA1="3f6af53047cb1206d737e8e8fbbbbb315c5419bb"
17 BUILD_DEPENDS="util-macros font-util-dev mkfontdir"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 post_install() {
26 chroot "$1/" fc-cache -r /usr/share/fonts/X11/OTF /usr/share/fonts/X11/TTF
27 }
28 post_remove() {
29 chroot "$1/" fc-cache -r
30 }
32 TAGS="Xorg font"
34 PROVIDE="xorg-font-misc-ethiopic"