Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11561 - (show annotations) (download)
Thu Dec 21 12:30:20 2017 UTC (6 years, 4 months ago) by niro
File size: 668 byte(s)
auto added: ver bump to 2.0.3-r1
1 # $Id$
2
3 PNAME="libXfont2"
4 PVER="2.0.3"
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=">= x11-proto/fontsproto-2
17 >= x11-libs/libfontenc-dev-1
18 >= media-libs/freetype-dev-2.5
19 >= x11-proto/xproto-7"
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 }