Magellan Linux

Contents of /branches/magellan-next/core/encodings/encodings-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7750 - (show annotations) (download)
Tue May 31 17:13:16 2011 UTC (12 years, 11 months ago) by niro
File size: 426 byte(s)
auto added: ver bump to 1.0.4-r1
1 # $Id$
2
3 PNAME="encodings"
4 PVER="1.0.4"
5 PBUILD="r1"
6
7 PCATEGORIE="media-fonts"
8 STATE="unstable"
9
10 DESCRIPTION="X font encoding meta files."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=""
14 SDEPEND=">= x11-apps/mkfontscale-1
15 >= media-fonts/font-util-1.2"
16
17 sminclude xorg
18
19 UP2DATE="updatecmd_xorg ${PNAME}"
20
21 src_compile()
22 {
23 cd ${SRCDIR}
24
25 xorg_src_configure --with-encodingsdir=/usr/share/fonts/encodings || die
26 mmake || die
27 }