Magellan Linux

Contents of /branches/magellan-next/core/font-util/font-util-1.1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6448 - (show annotations) (download)
Mon Aug 23 18:27:01 2010 UTC (13 years, 8 months ago) by niro
File size: 391 byte(s)
auto added: ver bump to 1.1.1-r2
1 # $Id: font-util-1.1.1-r1.smage2 3265 2009-10-19 09:57:56Z niro $
2
3 PNAME="font-util"
4 PVER="1.1.1"
5 PBUILD="r2"
6
7 PCATEGORIE="media-fonts"
8 STATE="unstable"
9
10 DESCRIPTION="X.org font utilities."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg
14
15 UP2DATE="updatecmd_xorg ${PNAME}"
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 xorg_src_configure --with-mapdir=/usr/share/fonts/util || die
22 mmake || die
23 }