Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libICE/libICE-1.0.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14073 - (hide annotations) (download)
Fri Jul 3 08:29:10 2020 UTC (3 years, 10 months ago) by niro
Original Path: smage/trunk/core/libICE/libICE-1.0.10-r2.smage2
File size: 503 byte(s)
auto added: ver bump to 1.0.10-r2
1 niro 14073 # $Id$
2    
3     PNAME="libICE"
4     PVER="1.0.10"
5     PBUILD="r2"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="X Inter-Client Exchange (ICE) protocol library."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     # xproto runtime dep to satisfy builds against libICE
13     ALX_DEV_DEPEND=">= virtual/xproto"
14    
15     SDEPEND=">= x11-libs/xtrans-1
16     ${ALX_DEV_DEPEND}"
17    
18     sminclude xorg multilib mbuild alx-split
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     }