Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30534 - (hide annotations) (download)
Mon Jan 29 10:06:31 2018 UTC (6 years, 3 months ago) by niro
File size: 549 byte(s)
auto added: ver bump to 1.0.13-r2
1 niro 30534 # $Id$
2    
3     PNAME="libXaw"
4     PVER="1.0.13"
5     PBUILD="r2"
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 mbuild
21    
22     src_compile()
23     {
24     # fixes multilib loops
25     mconfigure --prefix=${X11_DIR} --disable-xaw8 || die
26     mmake || die
27     }