Magellan Linux

Contents of /smage/trunk/core/libXaw/libXaw-1.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1087 - (show annotations) (download)
Tue Jan 25 21:37:07 2011 UTC (13 years, 3 months ago) by niro
File size: 714 byte(s)
auto added: ver bump to 1.0.9-r1
1 # $Id: libXaw-1.0.7-r1.smage2 373 2010-05-03 12:06:38Z niro $
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
15 >= x11-libs/libXt-1
16 >= x11-libs/libXmu-1
17 >= x11-libs/libXpm-1"
18
19 SDEPEND=">= x11-proto/xproto-1"
20
21 sminclude xorg mcore-split
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 # only need xaw6 for the ica-client
30 # ica-client >= 10 needs xaw7!
31 xorg_src_configure --disable-xaw8 --enable-xaw7 || die
32 mmake || die
33 }