Magellan Linux

Contents of /branches/magellan-next/core/libX11/libX11-1.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8949 - (show annotations) (download)
Wed Aug 24 18:17:35 2011 UTC (12 years, 9 months ago) by niro
File size: 796 byte(s)
auto added: ver bump to 1.4.4-r1
1 # $Id$
2
3 PNAME="libX11"
4 PVER="1.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8
9 DESCRIPTION="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libXau-1
13 >= x11-libs/libXdmcp-1
14 >= x11-libs/libxcb-1.5"
15
16 SDEPEND=">= x11-libs/xtrans-1
17 >= x11-proto/kbproto-1
18 >= x11-proto/xproto-1
19 >= x11-proto/xf86bigfontproto-1
20 >= x11-proto/bigreqsproto-1
21 >= x11-proto/xextproto-1
22 >= x11-proto/xcmiscproto-1
23 >= x11-proto/inputproto-1
24 >= x11-misc/util-macros-1"
25
26 sminclude xorg multilib
27
28 UP2DATE="updatecmd_xorg ${PNAME}"
29
30 src_compile()
31 {
32 # xorg_src_configure --enable-ipv6 || die
33 # fixes multilib loops
34 mconfigure --prefix=${X11_DIR} --enable-ipv6 --with-xcb --disable-specs || die
35 mmake || die
36 }