Magellan Linux

Contents of /trunk/core/libXfont/libXfont-1.4.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1425 - (show annotations) (download)
Wed May 6 13:46:55 2009 UTC (15 years, 1 month ago) by niro
File size: 563 byte(s)
-multilib
1 # $Id$
2
3 PNAME="libXfont"
4 PVER="1.4.0"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION=""
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg multilib
14
15 DEPEND=">= x11-libs/libfontenc-1
16 >= media-libs/freetype-2"
17
18 SDEPEND=">= x11-proto/fontcacheproto-1
19 >= x11-libs/xtrans-1
20 >= x11-proto/xproto-1
21 >= x11-proto/fontsproto-1"
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure \
30 --prefix=${X11_DIR} \
31 --enable-ipv6 \
32 --enable-type1 \
33 --with-encodingsdir=/usr/share/fonts/encodings \
34 || die
35
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id