Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/font-util/font-util-1.3.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14761 - (hide annotations) (download)
Tue Aug 4 11:57:11 2020 UTC (3 years, 9 months ago) by niro
File size: 274 byte(s)
-release branches/alx07x-unstable
1 niro 14183 # $Id$
2    
3     PNAME="font-util"
4     PVER="1.3.2"
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     src_compile()
15     {
16     cd ${SRCDIR}
17    
18     xorg_src_configure --with-mapdir=/usr/share/fonts/util || die
19     mmake || die
20     }