Magellan Linux

Contents of /branches/magellan-next/core/libXaw/libXaw-1.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7713 - (show annotations) (download)
Mon May 30 12:18:46 2011 UTC (13 years ago) by niro
File size: 665 byte(s)
auto added: ver bump to 1.0.9-r1
1 # $Id$
2
3 PNAME="libXaw"
4 PVER="1.0.9"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="X Athena Widgets is a widget set based on the X Toolkit Intrinsics (Xt) Library."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 # note xprint needs libXp and --enable-xaw8 -- dropped xprint support!
14 DEPEND=">= x11-libs/libX11-1.4
15 >= x11-libs/libXt-1.1
16 >= x11-libs/libXmu-1.1
17 >= x11-libs/libXpm-3.5"
18
19 SDEPEND=">= sys-apps/ed-0.2
20 >= x11-proto/xproto-1"
21
22 sminclude xorg multilib
23
24 UP2DATE="updatecmd_xorg ${PNAME}"
25
26 src_compile()
27 {
28 #xorg_src_configure --disable-xaw8 || die
29 # fixes multilib loops
30 mconfigure --prefix=${X11_DIR} --disable-xaw8 || die
31 mmake || die
32 }