Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13831 - (show annotations) (download)
Mon Nov 25 12:09:44 2019 UTC (4 years, 5 months ago) by niro
File size: 660 byte(s)
auto added: ver bump to 2.0.4-r1
1 # $Id$
2
3 PNAME="libXfont2"
4 PVER="2.0.4"
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.5"
14
15 # fontsproto runtime dep to satisfy builds against libXfont
16 ALX_DEV_DEPEND=">= virtual/fontsproto
17 >= x11-libs/libfontenc-dev-1
18 >= media-libs/freetype-dev-2.5
19 >= virtual/xproto"
20
21 SDEPEND=">= x11-libs/xtrans-1
22 ${ALX_DEV_DEPEND}"
23
24 sminclude xorg multilib mbuild alx-split
25
26 src_compile()
27 {
28 mconfigure \
29 --prefix=${X11_DIR} \
30 --enable-ipv6 \
31 --enable-type1 \
32 --with-encodingsdir=/usr/share/fonts/encodings \
33 || die
34
35 mmake || die
36 }