Magellan Linux

Contents of /branches/R11-stable/core/font-misc-misc/font-misc-misc-1.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14749 - (show annotations) (download)
Wed Jan 2 09:21:33 2013 UTC (11 years, 4 months ago) by niro
File size: 390 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="font-misc-misc"
4 PVER="1.1.2"
5 PBUILD="r1"
6
7 PCAT="media-fonts"
8
9 DESCRIPTION="A Misc Public Domain font family."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 sminclude xorg
13
14 SDEPEND=">= x11-apps/bdftopcf-1
15 >= media-fonts/font-util-1"
16
17 UP2DATE="updatecmd_xorg ${PNAME}"
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 xorg_src_configure --with-mapfiles=/usr/share/fonts/util || die
24 mmake || die
25 }