Magellan Linux

Contents of /branches/magellan-next/core/libXfont/libXfont-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7702 - (show annotations) (download)
Mon May 30 11:54:25 2011 UTC (12 years, 11 months ago) by niro
File size: 550 byte(s)
auto added: ver bump to 1.4.3-r1
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="X11 font rasterisation library."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=">= x11-libs/libfontenc-1
14 >= media-libs/freetype-2.4"
15
16 SDEPEND=">= x11-libs/xtrans-1
17 >= x11-proto/xproto-1
18 >= x11-proto/fontsproto-1"
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 }