Magellan Linux

Contents of /branches/R11-stable/core/libXfont/libXfont-1.4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18741 - (show annotations) (download)
Wed Aug 14 11:46:28 2013 UTC (10 years, 8 months ago) by niro
File size: 527 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.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.4"
14
15 SDEPEND=">= x11-libs/xtrans-1
16 >= x11-proto/xproto-1
17 >= x11-proto/fontsproto-1"
18
19 sminclude xorg multilib
20
21 UP2DATE="updatecmd_xorg ${PNAME}"
22
23 src_compile()
24 {
25 mconfigure \
26 --prefix=${X11_DIR} \
27 --enable-ipv6 \
28 --enable-type1 \
29 --with-encodingsdir=/usr/share/fonts/encodings \
30 || die
31
32 mmake || die
33 }