Magellan Linux

Annotation of /branches/R11-stable/extras/libICE/libICE-1.0.9-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23104 - (hide annotations) (download)
Thu Oct 30 14:40:23 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/libICE/libICE-1.0.9-r4.smage2
File size: 480 byte(s)
-rebuild, use new features of xorg.sminc
1 niro 23104 # $Id$
2    
3     PNAME="libICE"
4     PVER="1.0.9"
5     PBUILD="r4"
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     DEPEND=">= virtual/glibc
14     >= x11-proto/xproto-7"
15    
16     SDEPEND=">= x11-libs/xtrans-1"
17    
18     sminclude xorg multilib
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     }