Magellan Linux

Annotation of /trunk/extras/libXfont2/libXfont2-2.0.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31099 - (hide annotations) (download)
Mon Jun 4 09:57:21 2018 UTC (6 years ago) by niro
File size: 552 byte(s)
auto added: ver bump to 2.0.3-r2
1 niro 31099 # $Id$
2    
3     PNAME="libXfont2"
4     PVER="2.0.3"
5     PBUILD="r2"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="X11 font rasterisation library."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     # fontsproto runtime dep to satisfy builds against libXfont
13     DEPEND=">= x11-libs/libfontenc-1
14     >= media-libs/freetype-2.5
15     >= virtual/fontsproto"
16    
17     SDEPEND=">= x11-libs/xtrans-1
18     >= virtual/xproto"
19    
20     sminclude xorg multilib mbuild
21    
22     src_compile()
23     {
24     mconfigure \
25     --prefix=${X11_DIR} \
26     --enable-ipv6 \
27     --enable-type1 \
28     --with-encodingsdir=/usr/share/fonts/encodings \
29     || die
30    
31     mmake || die
32     }