Magellan Linux

Contents of /branches/R11-stable/extras/libXfont/libXfont-1.5.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22787 - (show annotations) (download)
Tue Oct 28 08:47:36 2014 UTC (9 years, 7 months ago) by niro
File size: 591 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.5.0"
5 PBUILD="r3"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X11 font rasterisation library."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 # fontsproto runtime dep to satisfy builds against libXfont
13 DEPEND=">= x11-libs/libfontenc-1
14 >= media-libs/freetype-2.5
15 >= x11-proto/fontsproto-2.1.3"
16
17 SDEPEND=">= x11-libs/xtrans-1
18 >= x11-proto/xproto-7"
19
20 sminclude xorg multilib
21
22 UP2DATE="updatecmd_xorg ${PNAME}"
23
24 src_compile()
25 {
26 mconfigure \
27 --prefix=${X11_DIR} \
28 --enable-ipv6 \
29 --enable-type1 \
30 --with-encodingsdir=/usr/share/fonts/encodings \
31 || die
32
33 mmake || die
34 }