Magellan Linux

Contents of /branches/R11-unstable/extras/libXaw/libXaw-1.0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25594 - (show annotations) (download)
Tue Nov 25 03:59:59 2014 UTC (9 years, 5 months ago) by niro
File size: 542 byte(s)
-release branches/R11-unstable
1 # $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 }