Magellan Linux

Contents of /smage/trunk/core/libXfont2/libXfont2-2.0.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15911 - (show annotations) (download)
Sat Aug 26 21:07:01 2023 UTC (9 months, 1 week ago) by niro
File size: 760 byte(s)
-ver bump to 2.0.6-r1
1 # $Id$
2
3 PNAME="libXfont2"
4 PVER="2.0.6"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X11 font rasterisation library."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libfontenc-1
13 >= media-libs/freetype-2.11"
14
15 ALX_LIB32_DEPEND=">= x11-libs/libfontenc-lib32-1
16 >= media-libs/freetype-lib32-2.11"
17
18 # fontsproto runtime dep to satisfy builds against libXfont
19 ALX_DEV_DEPEND=">= virtual/fontsproto
20 >= x11-libs/libfontenc-dev-1
21 >= media-libs/freetype-dev-2.11
22 >= virtual/xproto"
23
24 SDEPEND=">= x11-libs/xtrans-1
25 ${ALX_DEV_DEPEND}"
26
27 sminclude xorg multilib mbuild lib32-split alx-split
28
29 src_compile()
30 {
31 mconfigure \
32 --prefix=${X11_DIR} \
33 --enable-ipv6 \
34 --enable-type1 \
35 --with-encodingsdir=/usr/share/fonts/encodings \
36 || die
37
38 mmake || die
39 }