Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1891 - (show annotations) (download)
Fri Sep 30 11:59:04 2011 UTC (12 years, 7 months ago) by niro
File size: 516 byte(s)
auto added: ver bump to 1.4.4-r1
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8
9 DESCRIPTION=""
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libfontenc-1.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 mcore-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 }