Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20083 - (show annotations) (download)
Tue Nov 26 10:01:03 2013 UTC (10 years, 5 months ago) by niro
File size: 309 byte(s)
-moved to extras
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 }