Magellan Linux

Annotation of /smage/trunk/core/encodings/encodings-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 922 - (hide annotations) (download)
Tue Dec 7 21:36:31 2010 UTC (13 years, 5 months ago) by niro
File size: 449 byte(s)
auto added: ver bump to 1.0.4-r1
1 niro 922 # $Id: encodings-1.0.3-r1.smage2 310 2010-04-27 23:56:59Z niro $
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=">= x11-apps/mkfontscale-1"
14    
15     sminclude xorg mcore
16    
17     UP2DATE="updatecmd_xorg ${PNAME}"
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     xorg_src_configure --with-encodingsdir=/usr/share/fonts/encodings || die
24     mmake || die
25     }