Magellan Linux

Contents of /trunk/core/libX11/libX11-1.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id