Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libXfont/libXfont-1.5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10014 - (show annotations) (download)
Thu Aug 3 14:37:03 2017 UTC (6 years, 8 months ago) by niro
File size: 660 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.5.2"
5 PBUILD="r1"
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=">= x11-proto/fontsproto-1
17 >= x11-libs/libfontenc-dev-1
18 >= media-libs/freetype-dev-2.5
19 >= x11-proto/xproto-7"
20
21 SDEPEND=">= x11-libs/xtrans-1
22 ${ALX_DEV_DEPEND}"
23
24 sminclude xorg multilib 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 }