Magellan Linux

Contents of /smage/trunk/core/libSM/libSM-1.2.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6109 - (show annotations) (download)
Fri Mar 20 13:25:56 2015 UTC (9 years, 2 months ago) by niro
File size: 508 byte(s)
auto added: ver bump to 1.2.2-r2
1 # $Id$
2
3 PNAME="libSM"
4 PVER="1.2.2"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X11 Inter-Client Exchange library."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libICE-1
13 >= sys-libs/libuuid-2.25"
14
15 SDEPEND=">= x11-libs/xtrans-1
16 >= x11-proto/xproto-1
17 >= x11-libs/libICE-dev-1
18 >= sys-libs/libuuid-dev-2.25"
19
20 sminclude xorg multilib alx-split
21
22 src_compile()
23 {
24 #xorg_src_configure --enable-ipv6 || die
25 # fixes multilib loops
26 mconfigure --prefix=${X11_DIR} --enable-ipv6 || die
27 mmake || die
28 }