Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13626 - (hide annotations) (download)
Thu Oct 18 19:34:49 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/core/font-util/font-util-1.3.0-r2.smage2
File size: 309 byte(s)
-rebuild
1 niro 13626 # $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     }