wok-next view xorg-xfd/receipt @ rev 19916

shake: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 13 18:15:08 2017 +0200 (2017-10-13)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xfd"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Display all the characters in an X font"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xfd-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-libXaw-dev fontconfig-dev xorg-libXft-dev \
15 xorg-libXrender-dev xorg-libXmu-dev xorg-xproto gettext"
16 PKG_RULE="std"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 --localstatedir=/var \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 DEPENDS="fontconfig freetype xorg-libX11 xorg-libXaw xorg-libXft \
34 xorg-libXmu xorg-libXrender xorg-libXt"
35 }