Magellan Linux

Contents of /smage/trunk/core/font-util/font-util-1.2.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1969 - (show annotations) (download)
Wed Nov 9 16:41:49 2011 UTC (12 years, 5 months ago) by niro
File size: 315 byte(s)
auto added: ver bump to 1.2.0-r3
1 # $Id$
2
3 PNAME="font-util"
4 PVER="1.2.0"
5 PBUILD="r3"
6
7 PCATEGORIE="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 }