Magellan Linux

Contents of /smage/trunk/core/libfontenc/libfontenc-1.1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4132 - (show annotations) (download)
Wed Nov 7 13:09:32 2012 UTC (11 years, 7 months ago) by niro
File size: 423 byte(s)
auto added: ver bump to 1.1.1-r2
1 # $Id$
2
3 PNAME="libfontenc"
4 PVER="1.1.1"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X11 font encoding library."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= virtual/glibc
13 >= sys-libs/zlib-1.2.7"
14
15 SDEPEND=">= x11-proto/xproto-1"
16
17 sminclude xorg multilib alx-split
18
19 UP2DATE="updatecmd_xorg ${PNAME}"
20
21 src_compile()
22 {
23 mconfigure --prefix=${X11_DIR} --with-encodingsdir=/usr/share/fonts/encodings || die
24 mmake || die
25 }