Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libSM/libSM-1.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12465 - (hide annotations) (download)
Mon Oct 22 12:06:01 2018 UTC (5 years, 6 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/libSM/libSM-1.2.3-r1.smage2
File size: 547 byte(s)
-release branches/alx07x-unstable
1 niro 12453 # $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     ALX_DEV_DEPEND=">= x11-libs/libICE-dev-1"
16    
17     SDEPEND=">= x11-libs/xtrans-1
18     >= virtual/xproto
19     ${ALX_DEV_DEPEND}
20     >= sys-libs/libuuid-dev-2.25"
21    
22     sminclude xorg multilib mbuild alx-split
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     }