Magellan Linux

Contents of /smage/trunk/core/libXfont/libXfont-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2792 - (show annotations) (download)
Mon Aug 29 20:03:18 2011 UTC (12 years, 8 months ago) by niro
File size: 514 byte(s)
-merged branch alx-0_6_0 into trunk
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8
9 DESCRIPTION=""
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libfontenc-1.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 alx-split
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 }