Magellan Linux

Contents of /branches/R11-stable/core/xmessage/xmessage-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15877 - (show annotations) (download)
Tue Jan 15 14:54:51 2013 UTC (11 years, 4 months ago) by niro
File size: 405 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xmessage"
4 PVER="1.0.4"
5 PBUILD="r1"
6
7 PCAT="x11-apps"
8
9 DESCRIPTION="The xmessage program displays a window containing a message from the command line, a file, or standard input."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libXaw-1"
13
14 sminclude xorg
15
16 UP2DATE="updatecmd_xorg ${PNAME}"
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 xorg_src_configure --disable-xprint || die
23 mmake || die
24 }