Magellan Linux

Annotation of /smage/trunk/core/libSM/libSM-1.1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 841 - (hide annotations) (download)
Thu Oct 21 21:15:28 2010 UTC (13 years, 6 months ago) by niro
File size: 607 byte(s)
auto added: ver bump to 1.1.1-r3
1 niro 827 # $Id: libSM-1.1.1-r2.smage2 5403 2010-05-30 19:38:08Z niro $
2    
3     PNAME="libSM"
4     PVER="1.1.1"
5     PBUILD="r3"
6    
7     PCATEGORIE="x11-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="X11 Inter-Client Exchange library."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     # util-linux needed for uuid support
14     DEPEND=">= x11-libs/libICE-1
15     >= sys-apps/util-linux-2.18"
16    
17     SDEPEND=">= x11-libs/xtrans-1
18     >= x11-proto/xproto-1"
19    
20 niro 841 sminclude xorg multilib mcore-split
21 niro 827
22     UP2DATE="updatecmd_xorg ${PNAME}"
23    
24     src_compile()
25     {
26     #xorg_src_configure --enable-ipv6 || die
27     # fixes multilib loops
28     mconfigure --prefix=${X11_DIR} --enable-ipv6 || die
29     mmake || die
30     }