wok-next view xorg-font-arabic-misc/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-font-arabic-misc"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Misc Arabic fonts for X"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 TAGS="font"
12 TARBALL="font-arabic-misc-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/font/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
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 *.pcf.gz
32 }
34 post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
35 post_remove() { chroot "$1/" fc-cache; }