Magellan Linux

Annotation of /branches/R11-unstable/extras/libSM/libSM-1.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32638 - (hide annotations) (download)
Mon Apr 29 13:19:20 2019 UTC (5 years, 1 month ago) by niro
File size: 445 byte(s)
-release branches/R11-unstable
1 niro 31610 # $Id$
2    
3     PNAME="libSM"
4     PVER="1.2.3"
5     PBUILD="r1"
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     >= virtual/xproto"
17    
18     sminclude xorg multilib mbuild
19    
20     src_compile()
21     {
22     #xorg_src_configure --enable-ipv6 || die
23     # fixes multilib loops
24     mconfigure --prefix=${X11_DIR} --enable-ipv6 || die
25     mmake || die
26     }