Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6458 - (hide annotations) (download)
Mon Aug 23 23:15:26 2010 UTC (13 years, 8 months ago) by niro
File size: 577 byte(s)
-fixed dependencies
1 niro 6453 # $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 niro 6458 PBUILD="r2"
6 niro 6453
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 niro 6456 SDEPEND=">= x11-libs/xtrans-1
17 niro 6453 >= 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     }