Magellan Linux

Contents of /smage/trunk/core/libXfont/libXfont-1.4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5046 - (show annotations) (download)
Thu Aug 8 09:11:34 2013 UTC (10 years, 10 months ago) by niro
File size: 537 byte(s)
auto added: ver bump to 1.4.6-r1
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.6"
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.4"
14
15 SDEPEND=">= x11-libs/xtrans-1
16 >= x11-proto/xproto-1
17 >= x11-proto/fontsproto-1"
18
19 sminclude xorg multilib alx-split
20
21 UP2DATE="updatecmd_xorg ${PNAME}"
22
23 src_compile()
24 {
25 mconfigure \
26 --prefix=${X11_DIR} \
27 --enable-ipv6 \
28 --enable-type1 \
29 --with-encodingsdir=/usr/share/fonts/encodings \
30 || die
31
32 mmake || die
33 }