Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 921 - (show annotations) (download)
Tue Dec 7 21:36:15 2010 UTC (13 years, 4 months ago) by niro
File size: 590 byte(s)
auto added: ver bump to 1.4.3-r1
1 # $Id: libXfont-1.4.1-r1.smage2 310 2010-04-27 23:56:59Z niro $
2
3 PNAME="libXfont"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION=""
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=">= x11-libs/libfontenc-1.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 mcore-split
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 }