Magellan Linux

Contents of /branches/magellan-next/core/libXfont/libXfont-1.4.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6453 - (show annotations) (download)
Mon Aug 23 18:29:32 2010 UTC (13 years, 9 months ago) by niro
File size: 608 byte(s)
auto added: ver bump to 1.4.1-r2
1 # $Id: libXfont-1.4.1-r1.smage2 5416 2010-05-30 19:40:46Z niro $
2
3 PNAME="libXfont"
4 PVER="1.4.2"
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
14 >= media-libs/freetype-2.4"
15
16 SDEPEND=">= x11-proto/fontcacheproto-1
17 >= x11-libs/xtrans-1
18 >= x11-proto/xproto-1
19 >= x11-proto/fontsproto-1"
20
21 sminclude xorg multilib
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 mconfigure \
28 --prefix=${X11_DIR} \
29 --enable-ipv6 \
30 --enable-type1 \
31 --with-encodingsdir=/usr/share/fonts/encodings \
32 || die
33
34 mmake || die
35 }