Magellan Linux

Contents of /smage/trunk/core/libX11/libX11-1.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 211 - (show annotations) (download)
Mon Apr 26 21:39:04 2010 UTC (14 years ago) by niro
File size: 804 byte(s)
auto added: ver bump to 1.3.3-r1
1 # $Id$
2
3 PNAME="libX11"
4 PVER="1.3.3"
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 DEPEND=">= x11-libs/libXau-1
14 >= x11-libs/libXdmcp-1"
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 mcore-split
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 --without-xcb --disable-specs || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id