Magellan Linux

Contents of /branches/R11-unstable/extras/font-alias/font-alias-1.0.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23083 - (show annotations) (download)
Thu Oct 30 13:10:39 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/font-alias/font-alias-1.0.3-r2.smage2
File size: 314 byte(s)
-rebuild, use new features of xorg.sminc
1 # $Id$
2
3 PNAME="font-alias"
4 PVER="1.0.3"
5 PBUILD="r2"
6
7 PCAT="media-fonts"
8
9 DESCRIPTION="Standard X font aliases."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-apps/mkfontscale-1"
13
14 sminclude xorg
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 xorg_src_configure --with-fontrootdir=/usr/share/fonts || die
21 mmake || die
22 }