Magellan Linux

Annotation of /trunk/extras/libXaw/libXaw-1.0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24840 - (hide annotations) (download)
Tue May 12 08:50:10 2015 UTC (9 years ago) by niro
File size: 542 byte(s)
auto added: ver bump to 1.0.13-r1
1 niro 24840 # $Id$
2    
3     PNAME="libXaw"
4     PVER="1.0.13"
5     PBUILD="r1"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="X Athena Widgets is a widget set based on the X Toolkit Intrinsics (Xt) Library."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     # note xprint needs libXp and --enable-xaw8 -- dropped xprint support!
13     DEPEND=">= x11-libs/libX11-1.6
14     >= x11-libs/libXt-1.1
15     >= x11-libs/libXmu-1.1
16     >= x11-libs/libXpm-3.5"
17    
18     SDEPEND=">= sys-apps/ed-0.2"
19    
20     sminclude xorg multilib
21    
22     src_compile()
23     {
24     # fixes multilib loops
25     mconfigure --prefix=${X11_DIR} --disable-xaw8 || die
26     mmake || die
27     }