Magellan Linux

Contents of /branches/R11-stable/core/font-util/font-util-1.3.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14751 - (show annotations) (download)
Wed Jan 2 09:21:42 2013 UTC (11 years, 4 months ago) by niro
File size: 309 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="font-util"
4 PVER="1.3.0"
5 PBUILD="r2"
6
7 PCAT="media-fonts"
8
9 DESCRIPTION="X.org font utilities."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 sminclude xorg
13
14 UP2DATE="updatecmd_xorg ${PNAME}"
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 xorg_src_configure --with-mapdir=/usr/share/fonts/util || die
21 mmake || die
22 }