Magellan Linux

Annotation of /smage/trunk/core/libXfont/libXfont-1.4.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1522 - (hide annotations) (download)
Thu Mar 3 14:26:40 2011 UTC (13 years, 2 months ago) by niro
File size: 590 byte(s)
-rev bump for mass rebuild
1 niro 1522 # $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="r2"
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     }