Magellan Linux

Contents of /branches/R11-stable/extras/libXaw/libXaw-1.0.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20083 - (show annotations) (download)
Tue Nov 26 10:01:03 2013 UTC (10 years, 5 months ago) by niro
File size: 643 byte(s)
-moved to extras
1 # $Id$
2
3 PNAME="libXaw"
4 PVER="1.0.12"
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.4
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 >= x11-proto/xproto-1"
20
21 sminclude xorg multilib
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 #xorg_src_configure --disable-xaw8 || die
28 # fixes multilib loops
29 mconfigure --prefix=${X11_DIR} --disable-xaw8 || die
30 mmake || die
31 }