Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libXfont2/libXfont2-2.0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15052 - (hide annotations) (download)
Fri Aug 7 07:18:29 2020 UTC (3 years, 9 months ago) by niro
File size: 660 byte(s)
-release branches/alx07x-stable
1 niro 14116 # $Id$
2    
3     PNAME="libXfont2"
4     PVER="2.0.4"
5     PBUILD="r2"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="X11 font rasterisation library."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     DEPEND=">= x11-libs/libfontenc-1
13     >= media-libs/freetype-2.5"
14    
15     # fontsproto runtime dep to satisfy builds against libXfont
16     ALX_DEV_DEPEND=">= virtual/fontsproto
17     >= x11-libs/libfontenc-dev-1
18     >= media-libs/freetype-dev-2.5
19     >= virtual/xproto"
20    
21     SDEPEND=">= x11-libs/xtrans-1
22     ${ALX_DEV_DEPEND}"
23    
24     sminclude xorg multilib mbuild alx-split
25    
26     src_compile()
27     {
28     mconfigure \
29     --prefix=${X11_DIR} \
30     --enable-ipv6 \
31     --enable-type1 \
32     --with-encodingsdir=/usr/share/fonts/encodings \
33     || die
34    
35     mmake || die
36     }