Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 923 - (show annotations) (download)
Tue Dec 7 21:37:08 2010 UTC (13 years, 4 months ago) by niro
File size: 436 byte(s)
auto added: ver bump to 1.2.0-r1
1 # $Id: font-util-1.1.1-r1.smage2 228 2010-04-26 22:01:31Z niro $
2
3 PNAME="font-util"
4 PVER="1.2.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-fonts"
8 STATE="unstable"
9
10 DESCRIPTION="X.org font utilities."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 MCORE_ONLY_KEEP="usr/share/fonts"
14 sminclude xorg mcore-split
15
16 UP2DATE="updatecmd_xorg ${PNAME}"
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 xorg_src_configure --with-mapdir=/usr/share/fonts/util || die
23 mmake || die
24 }