Magellan Linux

Contents of /smage/trunk/core/libfontenc/libfontenc-1.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4794 - (show annotations) (download)
Mon Apr 29 10:29:12 2013 UTC (11 years, 1 month ago) by niro
File size: 423 byte(s)
auto added: ver bump to 1.1.2-r1
1 # $Id$
2
3 PNAME="libfontenc"
4 PVER="1.1.2"
5 PBUILD="r1"
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 }